aboutsummaryrefslogtreecommitdiff
path: root/lkft-aosp-master-tracking.yaml
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2019-09-09 14:26:02 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2019-09-09 14:26:02 +0800
commitac1e8ffad980e750b7e8ca4e700bfb438288b6ab (patch)
treeee8cb4016191ae013575686190b6afaa642b52e3 /lkft-aosp-master-tracking.yaml
parent971136b7ef584b14405d5655702bc1d1d157dd7e (diff)
lkft-aosp-master-tracking.yaml: set USE_XML_AUDIO_POLICY_CONF=1
to workaround the build error like reported here: https://ci.linaro.org/job/lkft-aosp-master-tracking/102/console 01:54:56 frameworks/av/services/audiopolicy/managerdefault/AudioPolicyManager.cpp:4305:2: error: Audio policy no longer supports legacy .conf configuration format 01:54:56 #error Audio policy no longer supports legacy .conf configuration format 01:54:56 ^ 01:54:56 1 error generated. Change-Id: I6f53829e86662fc6e0987c7596a8321276cccb65 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'lkft-aosp-master-tracking.yaml')
-rw-r--r--lkft-aosp-master-tracking.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lkft-aosp-master-tracking.yaml b/lkft-aosp-master-tracking.yaml
index 8d135ac0..7988a662 100644
--- a/lkft-aosp-master-tracking.yaml
+++ b/lkft-aosp-master-tracking.yaml
@@ -269,7 +269,7 @@
rm -fr out/target/product/beagle_x15
source build/envsetup.sh
lunch beagle_x15-userdebug
- KERNELDIR=${X15_KERNEL_DIR} make -j$(nproc)
+ USE_XML_AUDIO_POLICY_CONF=1 KERNELDIR=${X15_KERNEL_DIR} make -j$(nproc)
if [ -d out/target/product/beagle_x15/system/apex/com.android.runtime ]; then
echo "out/target/product/beagle_x15/system/apex/com.android.runtime was created"
@@ -336,7 +336,7 @@
source build/envsetup.sh
lunch beagle_x15-userdebug
# only need to re-create the boot_fit.img and vendor.img for 4.19 here
- KERNELDIR=${X15_KERNEL_DIR} make -j$(nproc) bootfitimage vendorimage
+ USE_XML_AUDIO_POLICY_CONF=1 KERNELDIR=${X15_KERNEL_DIR} make -j$(nproc) bootfitimage vendorimage
X15_KERNEL_FILES="
arch/arm/boot/zImage