From 7811e466699ff8781a11eaffef4266a3d5252019 Mon Sep 17 00:00:00 2001 From: Spandan Das Date: Tue, 6 Aug 2024 21:28:33 +0000 Subject: [PATCH] Annotate `Set` property as android:Path This allows use of filegroups as inputs. Test: go build ./java Change-Id: Ibe8634b49c30dcf62f80dfa89875c43ad741eaff --- java/app_set.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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