Support overrides for android_app

Test: use it
Change-Id: I61b933b757081f08a417e66a8c02d62916bd3f8b
This commit is contained in:
Jason Monk
2018-08-10 09:33:36 -04:00
parent 8dbc653dff
commit d4122be915
2 changed files with 10 additions and 0 deletions

View File

@@ -51,6 +51,13 @@ type appProperties struct {
// list of resource labels to generate individual resource packages
Package_splits []string
// Names of modules to be overridden. Listed modules can only be other binaries
// (in Make or Soong).
// This does not completely prevent installation of the overridden binaries, but if both
// binaries would be installed by default (in PRODUCT_PACKAGES) the other binary will be removed
// from PRODUCT_PACKAGES.
Overrides []string
}
type AndroidApp struct {