media: trinket: Enable codec2
add trinket tag to enable codec2.
Change-Id: Ic58fc8600831501ddbd7961ca1ca00ddfbaa0fc8
Signed-off-by: Anand Abhishek Singh <quic_anandabh@quicinc.com>
diff --git a/product.mk b/product.mk
index 790e016..0ad03fa 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, crow blair bengal neo parrot taro lahaina holi kona), true)
+ifeq ($(call is-board-platform-in-list, crow blair bengal neo parrot taro lahaina holi kona trinket), true)
$(warning "Default Codec2.0 Enabled")
PRODUCT_PROPERTY_OVERRIDES += debug.stagefright.ccodec=4
endif