diff options
author | Ankush Mitra <quic_ankumitr@quicinc.com> | 2022-06-08 18:00:51 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2022-06-09 00:41:17 -0700 |
commit | 3c8a768befbaa57550170b1631e884f1ab1779bb (patch) | |
tree | a41c5d15fdb0072d71c22a52042388cd9d8c965c | |
parent | 56043d1be2129a6959b9ca01334846f629ddb128 (diff) |
media: parrot: Enable Codec2 for HY11 buildstachibana-8450
Add parrot tag to enable HY11 build.
Change-Id: Ic994094d47c693a5d5725a5248ec5a720358603e
Signed-off-by: Ankush Mitra <quic_ankumitr@quicinc.com>
-rw-r--r-- | product.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ PRODUCT_PACKAGES += $(MM_CORE) #--------------------------------------------------------------------------------------------------- # TODO(PC): Override ccodec selection option back to defult (4). # QSSI is forcing this to '1'. Must be reverted -ifeq ($(call is-board-platform-in-list, taro lahaina holi), true) +ifeq ($(call is-board-platform-in-list, parrot taro lahaina holi), true) $(warning "Default Codec2.0 Enabled") PRODUCT_PROPERTY_OVERRIDES += debug.stagefright.ccodec=4 endif |