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

Commit fa420b40 authored by SzuWei Lin's avatar SzuWei Lin
Browse files

Add USE_XML_AUDIO_POLICY_CONF to GSI

USE_XML_AUDIO_POLICY_CONF is must for Treble device, so it is
also must on GSI. The settings is missed when creating GSI
aosp_$arch, add it back by this patch.

Bug: 110988359
Bug: 111053290
Test: build aosp_arm64 and build pass
Change-Id: I95f096e58350233fdcc8de115cc1691360070445
parent 87399730
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -23,3 +23,6 @@ BOARD_VNDK_VERSION := current
# Pi GSI supports system-as-root
TARGET_NO_RECOVERY := true
BOARD_BUILD_SYSTEM_ROOT_IMAGE := true

# Audio: must using XML format for Treblized devices
USE_XML_AUDIO_POLICY_CONF := 1