Skip to content

Commit

Permalink
Put xml under vendor
Browse files Browse the repository at this point in the history
Signed-off-by: hmtheboy154 <[email protected]>
  • Loading branch information
hmtheboy154 committed Jan 22, 2024
1 parent ba8850f commit 11170bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions codec2/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := media_codecs_ffmpeg_c2.xml
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC
LOCAL_PROPRIETARY_MODULE := true
LOCAL_SRC_FILES := media_codecs_ffmpeg_c2.xml
include $(BUILD_PREBUILT)

Expand Down
1 change: 1 addition & 0 deletions data/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := media_codecs_ffmpeg.xml
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC
LOCAL_PROPRIETARY_MODULE := true
LOCAL_SRC_FILES := media_codecs_ffmpeg.xml
LOCAL_VENDOR_MODULE := true
include $(BUILD_PREBUILT)

0 comments on commit 11170bd

Please sign in to comment.