Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 108bd003 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

add dummy Preprocessed soong variable

parent 7ae2b0f2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 {