aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Chen <ycchen@google.com>2019-10-16 02:11:43 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-16 02:11:43 -0700
commita88245078e7c3f36c2a0c017db338b46e2b6960f (patch)
tree9019a1fbd6166edb6758e3ee61d8665866607845
parent6aa4acd640c17fefc5f0ef426765d40958e91eed (diff)
parent9d256c9c206222437239725f1e9b85eb0153cf52 (diff)
downloadcommon-a88245078e7c3f36c2a0c017db338b46e2b6960f.tar.gz
Merge "WLAN/radio workaround for old Pixel phones" am: 04c10eba18 am: cd9403ac57
am: 9d256c9c20 Change-Id: I783bd516d554c69c99c35c8a5dfaf7239c9b63f3
-rw-r--r--dummy_arm64/BoardConfig.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/dummy_arm64/BoardConfig.mk b/dummy_arm64/BoardConfig.mk
index 4ef4f87..1a132b9 100644
--- a/dummy_arm64/BoardConfig.mk
+++ b/dummy_arm64/BoardConfig.mk
@@ -27,3 +27,15 @@ TARGET_2ND_CPU_ABI := armeabi-v7a
TARGET_2ND_CPU_ABI2 := armeabi
include device/generic/common/mgsi/BoardConfigMgsiCommon.mk
+
+# Emulator system image is going to be used as GSI and some vendor still hasn't
+# cleaned up all device specific directories under root!
+
+# TODO(b/111434759, b/111287060) SoC specific hacks
+BOARD_ROOT_EXTRA_SYMLINKS += /vendor/lib/dsp:/dsp
+BOARD_ROOT_EXTRA_SYMLINKS += /mnt/vendor/persist:/persist
+BOARD_ROOT_EXTRA_SYMLINKS += /vendor/firmware_mnt:/firmware
+
+# TODO(b/36764215): remove this setting when the generic system image
+# no longer has QCOM-specific directories under /.
+BOARD_SEPOLICY_DIRS += build/make/target/board/generic_arm64/sepolicy