media: qcs605: Enable codec2 for qcs605 target
Add qcs605 tag to enable codec2 compilation.
Change-Id: I70230c4da1052662a801747a95e9cb4b4afdb4d3
Signed-off-by: 'Eruvaram Kumar Raja Reddy <quic_erajared@quicinc.com>'
diff --git a/product.mk b/product.mk
index 06d07c0..c6e9021 100644
--- a/product.mk
+++ b/product.mk
@@ -14,7 +14,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 pitti bengal neo parrot taro lahaina holi \
- kona trinket), true)
+ kona trinket qcs605), true)
$(warning "Default Codec2.0 Enabled")
PRODUCT_PROPERTY_OVERRIDES += debug.stagefright.ccodec=4
endif