configs: Add resource overlay packages for auto
Include the resource overlay packages to build for
auto target.
Change-Id: I87a53ce3047f193d80dac7187a7311b07f6e7bc1
Suggested-by: adorle
diff --git a/configs/audio_vendor_product.mk b/configs/audio_vendor_product.mk
index e0f394c..8912ada 100644
--- a/configs/audio_vendor_product.mk
+++ b/configs/audio_vendor_product.mk
@@ -227,3 +227,9 @@
else ifeq ($(TARGET_BOARD_PLATFORM)$(TARGET_BOARD_SUFFIX),sm6150_au)
-include $(TOPDIR)vendor/qcom/opensource/audio-hal/primary-hal/configs/msmsteppe_au/msmsteppe_au.mk
endif
+
+ifeq ($(TARGET_BOARD_AUTO),true)
+ifeq ($(TARGET_USES_RRO),true)
+PRODUCT_PACKAGES += CarServiceResAutoTarget_Vendor
+endif
+endif