aboutsummaryrefslogtreecommitdiff
path: root/mgsi/csi_arm64.mk
diff options
context:
space:
mode:
authorIsaac Chen <ycchen@google.com>2020-04-07 11:30:32 +0800
committerIsaac Chen <ycchen@google.com>2020-04-08 12:45:28 +0800
commitd27f9dd2f8c15e89c3add585b5141d0df027c9ba (patch)
treeb0022721ac1c44fca58a5bfc1f37a4fad9724086 /mgsi/csi_arm64.mk
parentb0679e11a1e176322e861b6c123e1f914a08a579 (diff)
downloadcommon-d27f9dd2f8c15e89c3add585b5141d0df027c9ba.tar.gz
CSI to use framework's fallback home activity
CSI currently uses Shell's null home activity, which is not recognized by Settings and listed for user to select in: Settings > Apps & notifications > Default apps > Home app while it is not supposed to be used by normal users. This change lets CSI use the framework's fallback home, which is enabled when ro.system_user_home_needed is true. Bug: 149307007 Bug: 149780604 Test: $ lunch csi_x86-userdebug; m $ lunch csi_arm64-userdebug; m # flash the system.img built to crosshatch $ atest DeviceHealthTests Change-Id: I87ee8e4b8238b348145ad507e0ef347198f56eab
Diffstat (limited to 'mgsi/csi_arm64.mk')
-rw-r--r--mgsi/csi_arm64.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/mgsi/csi_arm64.mk b/mgsi/csi_arm64.mk
index 142a8ec..ac0cb12 100644
--- a/mgsi/csi_arm64.mk
+++ b/mgsi/csi_arm64.mk
@@ -44,6 +44,10 @@ $(call inherit-product, device/generic/common/mgsi/mgsi_release.mk)
# Don't build super.img.
PRODUCT_BUILD_SUPER_PARTITION := false
+# Instruct AM to enable framework's fallback home activity
+PRODUCT_SYSTEM_EXT_PROPERTIES += ro.system_user_home_needed=true
+# Add RRO needed by CSI
+PRODUCT_PACKAGE_OVERLAYS := device/generic/common/mgsi/overlay
PRODUCT_NAME := csi_arm64
PRODUCT_DEVICE := dummy_arm64