diff options
| author | 2023-12-20 21:04:10 +0000 | |
|---|---|---|
| committer | 2024-01-03 15:53:01 +0000 | |
| commit | 1a8281ccc22d0351a35cf9735061c11d27398beb (patch) | |
| tree | ddf5835d1a112936ebd929cb5e94fa8232673a9b /tools/aconfig/src/codegen/java.rs | |
| parent | 2e137a99636b16f8295312ec074f14fc26a716d0 (diff) | |
aconfig: add new codegen mode force_read_only
The "force_read_only" mode is designed for libraries shared among
multiple containers for the following two scenarios where:
1. The library must be built with read_only flags or
2. Different containers requires different values for the same flags.
In this mode, the library includes only non-exported flags, adhering to
the concept that exported flags should maintain consistent values across
containers. Additionally, regardless of their original permissions, all
flags within this mode will be set to read_only.
Bug: 316357759
Test: atest aconfig.test
Change-Id: I65df39416c96404d84044a46bbcfe1bc8ce9ba8f
Diffstat (limited to 'tools/aconfig/src/codegen/java.rs')
0 files changed, 0 insertions, 0 deletions