diff --git a/java/app_import.go b/java/app_import.go index 6fe620407..5a87b074b 100644 --- a/java/app_import.go +++ b/java/app_import.go @@ -61,7 +61,7 @@ type AndroidAppImport struct { type AndroidAppImportProperties struct { // A prebuilt apk to import - Apk *string + Apk *string `android:"path"` // The name of a certificate in the default certificate directory or an android_app_certificate // module name in the form ":module". Should be empty if presigned or default_dev_cert is set.