media: crow: Enable Codec2 for HY11 builds
Add crow tag to enable HY11 build.
Change-Id: I7e42cd9d1af7384069997f3837770e75f8a1f55b
Signed-off-by: Ankush Mitra <quic_ankumitr@quicinc.com>
diff --git a/product.mk b/product.mk
index 26408e4..5c6f183 100644
--- a/product.mk
+++ b/product.mk
@@ -13,7 +13,7 @@
#---------------------------------------------------------------------------------------------------
# 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, bengal neo parrot taro lahaina holi), true)
+ifeq ($(call is-board-platform-in-list, crow bengal neo parrot taro lahaina holi), true)
$(warning "Default Codec2.0 Enabled")
PRODUCT_PROPERTY_OVERRIDES += debug.stagefright.ccodec=4
endif