Loading java/app_import.go +3 −0 Original line number Diff line number Diff line Loading @@ -99,6 +99,9 @@ type AndroidAppImportProperties struct { // If set, create package-export.apk, which other packages can // use to get PRODUCT-agnostic resource data like IDs and type definitions. Export_package_resources *bool // Whether the prebuilt apk can be installed without additional processing. Default is false. Preprocessed *bool } func (a *AndroidAppImport) IsInstallable() bool { Loading Loading
java/app_import.go +3 −0 Original line number Diff line number Diff line Loading @@ -99,6 +99,9 @@ type AndroidAppImportProperties struct { // If set, create package-export.apk, which other packages can // use to get PRODUCT-agnostic resource data like IDs and type definitions. Export_package_resources *bool // Whether the prebuilt apk can be installed without additional processing. Default is false. Preprocessed *bool } func (a *AndroidAppImport) IsInstallable() bool { Loading