From fa420b40c5df507fab9ea1b8f4084903d86baa88 Mon Sep 17 00:00:00 2001 From: SzuWei Lin Date: Mon, 2 Jul 2018 18:41:07 +0800 Subject: [PATCH] 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 --- target/board/BoardConfigGsiCommon.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/board/BoardConfigGsiCommon.mk b/target/board/BoardConfigGsiCommon.mk index 86f5bf128..237cd2887 100644 --- a/target/board/BoardConfigGsiCommon.mk +++ b/target/board/BoardConfigGsiCommon.mk @@ -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