diff options
Diffstat (limited to 'java/app_set.go')
-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 |