Merge "libstagefrighthw: Fix CFI issue for wma/ape playback"
diff --git a/product.mk b/product.mk
index 3a7a1dd..790e016 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 bengal neo parrot taro lahaina holi kona), true)
+ifeq ($(call is-board-platform-in-list, crow blair bengal neo parrot taro lahaina holi kona), true)
     $(warning "Default Codec2.0 Enabled")
     PRODUCT_PROPERTY_OVERRIDES += debug.stagefright.ccodec=4
 endif