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

Commit 29f83c9d authored by sasevs's avatar sasevs
Browse files

configs: modify PLATFORM_VERSION to 13



Modify platform version from Tiramisu to 13,
for msmnile and msmsteppe.

Change-Id: I79d116c927d70ba017addd8e7a746565dc2f9762
Signed-off-by: default avatarsasevs <quic_sasevs@quicinc.com>
parent baf78dbd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -539,7 +539,7 @@ PRODUCT_PACKAGES_DEBUG += \
    AudioSettings

# for HIDL related audiocontrol packages
ifeq ( ,$(filter 12 Tiramisu,$(PLATFORM_VERSION)))
ifeq ( ,$(filter 12 13,$(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
@@ -501,7 +501,7 @@ PRODUCT_PACKAGES_DEBUG += \
    AudioSettings

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