summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkush Mitra <quic_ankumitr@quicinc.com>2022-06-08 18:00:51 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2022-06-09 00:41:17 -0700
commit3c8a768befbaa57550170b1631e884f1ab1779bb (patch)
treea41c5d15fdb0072d71c22a52042388cd9d8c965c
parent56043d1be2129a6959b9ca01334846f629ddb128 (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.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/product.mk b/product.mk
index 7c38eef2..d71ee008 100644
--- a/product.mk
+++ b/product.mk
@@ -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