Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e7dda21 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "configs: Add resource overlay packages for auto"

parents 1c531b65 c71fa7de
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -227,3 +227,9 @@ else ifeq ($(TARGET_BOARD_PLATFORM)$(TARGET_BOARD_SUFFIX)$(TARGET_BOARD_DERIVATI
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