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

Commit a0dd4ac9 authored by Venkata Satyam Raju B's avatar Venkata Satyam Raju B
Browse files

Fixed compilation issues for Android-T bringup

Disable android.hardware.automotive.audiocontrol@2.0

Change-Id: Ic038be6ac8bdf33ac68eb87798e9b6f0f1f2272b
parent c36153ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -513,7 +513,7 @@ PRODUCT_PACKAGES_DEBUG += \
    AudioSettings

# for HIDL related audiocontrol packages
ifneq ($(PLATFORM_VERSION), 12)
ifeq ( ,$(filter 12 Tiramisu,$(PLATFORM_VERSION)))
PRODUCT_PACKAGES += \
    android.hardware.automotive.audiocontrol@2.0-service \
    android.hardware.automotive.audiocontrol@2.0
+1 −1
Original line number Diff line number Diff line
@@ -493,7 +493,7 @@ PRODUCT_PACKAGES_DEBUG += \
    AudioSettings

# for HIDL related audiocontrol packages
ifneq ($(PLATFORM_VERSION), 12)
ifeq ( ,$(filter 12 Tiramisu,$(PLATFORM_VERSION)))
PRODUCT_PACKAGES += \
    android.hardware.automotive.audiocontrol@2.0-service \
    android.hardware.automotive.audiocontrol@2.0