diff options
author | 2023-11-29 19:35:29 +0000 | |
---|---|---|
committer | 2023-12-07 22:36:08 +0000 | |
commit | cca3e0c4b56b7620dee8f2dcf76b7b6682d8ebe8 (patch) | |
tree | da17fd82b7629946f92a6c9eb79cd61510505e84 /java/java_test.go | |
parent | d788b3e6cb8753ea3460bd2cb462aff27a966aef (diff) |
Add aconfig flag value text file in aconfig_declarations provider
Alongside with the generated proto file, the aconfig_declaration now
also outputs a text file that lists aconfig flags and values of its
corresponding proto file, in the format as shown below:
```
my.flag1=true
my.flag2=false
...
```
To prevent confusion between the preexisting proto file and the newly
introduced text file, the change also renames the variables of the proto
file from `intermediatePath` to `intermediateCacheOutputPath` and
likewise.
The utilization of the generated text file will be done in the child
changes.
Test: m out/soong/.intermediates/build/make/tools/aconfig/aconfig.test.flags/intermediate.txt && inspect output
Bug: 306024510
Change-Id: Iee16ad57bb87e992a477fc96502f79e971d01233
Diffstat (limited to 'java/java_test.go')
0 files changed, 0 insertions, 0 deletions