Merge "Add overrides to runtime_resource_overlay" into rvc-dev am: c6026cd4ea

Change-Id: I6727a7a5204f0e02c438cef7b4c172c66ca9035f
This commit is contained in:
Jaewoong Jung
2020-04-26 22:00:07 +00:00
committed by Automerger Merge Worker
3 changed files with 20 additions and 3 deletions

View File

@@ -1410,6 +1410,13 @@ type RuntimeResourceOverlayProperties struct {
// list of android_app modules whose resources are extracted and linked against
Resource_libs []string
// Names of modules to be overridden. Listed modules can only be other overlays
// (in Make or Soong).
// This does not completely prevent installation of the overridden overlays, but if both
// overlays would be installed by default (in PRODUCT_PACKAGES) the other overlay will be removed
// from PRODUCT_PACKAGES.
Overrides []string
}
func (r *RuntimeResourceOverlay) DepsMutator(ctx android.BottomUpMutatorContext) {