summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorDavid Anderson <dvander@google.com>2019-03-12 15:24:53 -0700
committerDavid Anderson <dvander@google.com>2019-03-12 15:36:00 -0700
commiteb30ac28295e99d805fc8f04440d5bf18b5d5896 (patch)
tree58ac4e38b7bca3177ceb6709399feb386b856c26 /Android.bp
parent5f80591e470203a9e2798fda04527bef631bddbd (diff)
downloadgsid-eb30ac28295e99d805fc8f04440d5bf18b5d5896.tar.gz
Allow specifying the GSI install path.
This patch follows up on the previous change which removed hardcoding of /data/gsi. Now, the install path can be specified by gsi_tool or IGsiService::beginGsiInstall. The path is normalized and then validated. Currently, only /data/gsi is allowed, however this will be changed in the near future. This patch also introduces a new GsiInstallParams parcelable and startGsiInstall will be deprecated. Bug: 126230649 Test: gsi_tool --install-dir=/data/gsi works Change-Id: Ic654f7c7475c17855b65e5917ebcb9ee60e32b79
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 12f4fdf..bfb38f9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -84,6 +84,7 @@ cc_binary {
aidl_interface {
name: "gsi_aidl_interface",
srcs: [
+ "aidl/android/gsi/GsiInstallParams.aidl",
"aidl/android/gsi/GsiProgress.aidl",
"aidl/android/gsi/IGsiService.aidl",
],
@@ -98,6 +99,7 @@ aidl_interface {
filegroup {
name: "gsiservice_aidl",
srcs: [
+ "aidl/android/gsi/GsiInstallParams.aidl",
"aidl/android/gsi/GsiProgress.aidl",
"aidl/android/gsi/IGsiService.aidl",
],