Merge afdab874f188da0476c416e85f93ab82fec60cd9 on remote branch

Change-Id: I3fefdd2e6b6fb01ef5415122fbe3eb2b1453906f
diff --git a/product.mk b/product.mk
index 7c38eef..d71ee00 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, taro lahaina holi), true)
+ifeq ($(call is-board-platform-in-list, parrot taro lahaina holi), true)
     $(warning "Default Codec2.0 Enabled")
     PRODUCT_PROPERTY_OVERRIDES += debug.stagefright.ccodec=4
 endif