diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2018-09-08 12:50:26 +0800 |
---|---|---|
committer | Isaac Chen <tingyi364@gmail.com> | 2019-09-01 16:44:11 +0200 |
commit | f63f6cbb464e19ac8c8f65f62a30ad5482ce39f4 (patch) | |
tree | 346731a9349b81ee8148b0f09c0c77150050250d /wayne.mk | |
parent | d15d528204bd14c319317b7c6f31784897056d0a (diff) |
wayne-common: Tweak media profiles
* Remove unsupported profiles in AOSP from media_profiles_vendor.xml:
- vga
- 4kdci
- timelapsevga
- timelapse4kdci
- highspeedcif
- highspeedvga
- highspeed4kdci
- qhd
- 2k
- timelapseqhd
- timelapse2k
- lpcm
and use it as media_profiles_V1_0.xml
* Remove never used CAF media_profiles_V1_0.xml.
Change-Id: I8309af0804caf32ab0870a7ad754b8d41dc9b544
Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
Diffstat (limited to 'wayne.mk')
-rw-r--r-- | wayne.mk | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -298,8 +298,7 @@ PRODUCT_PACKAGES += \ PRODUCT_COPY_FILES += \ $(COMMON_PATH)/configs/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \ $(COMMON_PATH)/configs/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml \ - $(COMMON_PATH)/configs/media_profiles_V1_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml \ - $(COMMON_PATH)/configs/media_profiles_vendor.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_vendor.xml + $(COMMON_PATH)/configs/media_profiles_V1_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml PRODUCT_COPY_FILES += \ frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \ |