aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Bires <jbires@google.com>2022-09-08 19:29:55 -0700
committerMax Bires <jbires@google.com>2022-09-08 19:29:55 -0700
commitf9b2280bba3f589a6a549aa894729e18ef251291 (patch)
treefbb7cd17dc329158fd564bf622c3053d2fd76ed9
parente19d921547f68a8cf95ccb799828b45c2503d7d0 (diff)
downloadcommon-f9b2280bba3f589a6a549aa894729e18ef251291.tar.gz
Explicitly add RemoteProvisioner to GSI
Since GSI does not build the Trusty services, the RemoteProvisioner APK was being omitted from GSI builds. This change fixes that by directly adding the application into GSI so that it can drive remote provisioning. Bug: 240642742 Bug: 242704778 Test: GSI builds with RemoteProvisioner installed under priv-apps Change-Id: I08acf5dbe6cac3c29a5fad1aadfaad027877512f
-rw-r--r--gsi_system_ext.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gsi_system_ext.mk b/gsi_system_ext.mk
index ff487e2..8fcb3d9 100644
--- a/gsi_system_ext.mk
+++ b/gsi_system_ext.mk
@@ -22,6 +22,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/media_system_ext.mk)
PRODUCT_PACKAGES += \
Launcher3QuickStep \
Provision \
+ RemoteProvisioner \
Settings \
StorageManager \
SystemUI