tools/record-finalized-flags/Android.bp
0 → 100644
+4
−0
tools/record-finalized-flags/OWNERS
0 → 100644
+1
−0
+18
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Add a new tool, record-finalized-flags. The tool will be used to create a list of all @FlaggedApi flags that participate in the next API finalization so we can add tooling to prevent reusing "spent" flags in future @FlaggedApi annotations. This CL only adds the new soong module to allow soong to call the new tool: the actual implementation will land in future CLs. Bug: 377676163 Test: m all_aconfig_declarations Change-Id: I81b3dd0158764c9936fba63a29acdbe80d1d44b0