diff options
author | 2022-05-04 11:39:52 +0000 | |
---|---|---|
committer | 2022-05-04 21:41:55 +0000 | |
commit | 799962789a81bc0ac3d4d4afe868e93da94b9cd7 (patch) | |
tree | 0e7e92d49fc31d53dd291dbb586799826c218ed4 /java/java.go | |
parent | a0bab18a471a28f15342ad53be52e2f0a2750c8f (diff) |
Add protected_properties support in defaults modules
Previously, there was no way to prevent a module from overriding a
value provided by a defaults. That made it difficult to ensure
consistency across modules, e.g. for modules that use
framework-module-defaults.
This change adds the protected_properties property to defaults modules
which allows a default module to list those properties that should not
be changed by a module applying those defaults.
Properties can either be listed explicitly by name, or it can just be
a single "*" in which case all properties that are set on the defaults
will be protected.
Bug: 230841626
Test: m nothing
Change-Id: Ibb0e482c2856a572437e7818466f41c5493baf33
Diffstat (limited to 'java/java.go')
0 files changed, 0 insertions, 0 deletions