commit | d6358b6a9b0b89ababf2bc24b3db3f6a77440ccd | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Aug 06 23:37:54 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Aug 06 23:37:54 2024 +0000 |
tree | 6f04803665ce60550f6d739fa6bf8ba34af701c4 | |
parent | 6fb39c1fcea972e50fb04fca6014ca970e0dcbce [diff] | |
parent | 463893917c397eb7494518d92b05144fcdf8586f [diff] |
Merge "Remove the hardcoded list of api libraries" into main
diff --git a/java/app_set.go b/java/app_set.go index 33d3ade..7997570 100644 --- a/java/app_set.go +++ b/java/app_set.go
@@ -35,7 +35,7 @@ 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