media: pitti: Enable Codec2 for HY11 builds
* Add pitti tag to enable codec2 in HY11 builds
Signed-off-by: Mahesh Raja Bhogineni <quic_maheshrb@quicinc.com>
Change-Id: Ie430658e7810717cb70482589953179e07fc6c6f
diff --git a/product.mk b/product.mk
index 0ad03fa..06d07c0 100644
--- a/product.mk
+++ b/product.mk
@@ -13,7 +13,8 @@
#---------------------------------------------------------------------------------------------------
# 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, crow blair bengal neo parrot taro lahaina holi kona trinket), true)
+ifeq ($(call is-board-platform-in-list, crow blair pitti bengal neo parrot taro lahaina holi \
+ kona trinket), true)
$(warning "Default Codec2.0 Enabled")
PRODUCT_PROPERTY_OVERRIDES += debug.stagefright.ccodec=4
endif