diff options
author | 2024-08-06 21:28:33 +0000 | |
---|---|---|
committer | 2024-08-06 21:28:33 +0000 | |
commit | 7811e466699ff8781a11eaffef4266a3d5252019 (patch) | |
tree | 77eb6c55ce6c584c16f3e76e93bf5654cec1ea27 | |
parent | 29207b57cf7dc0193de9036a17674f5438653dde (diff) |
Annotate `Set` property as android:Path
This allows use of filegroups as inputs.
Test: go build ./java
Change-Id: Ibe8634b49c30dcf62f80dfa89875c43ad741eaff
-rw-r--r-- | java/app_set.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/app_set.go b/java/app_set.go index 33d3adec2..7997570aa 100644 --- a/java/app_set.go +++ b/java/app_set.go @@ -35,7 +35,7 @@ func RegisterAppSetBuildComponents(ctx android.RegistrationContext) { type AndroidAppSetProperties struct { // APK Set path - Set *string + Set *string `android:"path"` // Specifies that this app should be installed to the priv-app directory, // where the system will grant it additional privileges not available to |