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

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

Merge "Fixed compilation issues for Android-T bringup"

parents f97da4dc a0dd4ac9
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