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
This commit is contained in:
SzuWei Lin 2018-07-02 18:41:07 +08:00
parent 87399730de
commit fa420b40c5
1 changed files with 3 additions and 0 deletions

View File

@ -23,3 +23,6 @@ BOARD_VNDK_VERSION := current
# Pi GSI supports system-as-root # Pi GSI supports system-as-root
TARGET_NO_RECOVERY := true TARGET_NO_RECOVERY := true
BOARD_BUILD_SYSTEM_ROOT_IMAGE := true BOARD_BUILD_SYSTEM_ROOT_IMAGE := true
# Audio: must using XML format for Treblized devices
USE_XML_AUDIO_POLICY_CONF := 1