conf_files: lahaina: Add codec2 libs to PRODUCT_PACKAGES

Add pertinent codec2 libs to PRODUCT_PACKAGES in order to pack them in
HY11 builds by copying them to /vendor/lib

Change-Id: Ib3fc349982e2e3bd3383cd037f37b7c333cbfd18
diff --git a/product.mk b/product.mk
index 78d8a7a..53ff7a7 100644
--- a/product.mk
+++ b/product.mk
@@ -3,6 +3,8 @@
 MM_CORE := libmm-omxcore
 MM_CORE += libOmxCore
 MM_CORE += libplatformconfig
+MM_CORE += libcodec2_vndk.vendor
+MM_CORE += libcodec2_hidl@1.0.vendor
 
 PRODUCT_PACKAGES += $(MM_CORE)