diff options
author | 2025-01-27 14:35:50 +0100 | |
---|---|---|
committer | 2025-01-27 14:35:50 +0100 | |
commit | f8d5c0ce8a0737984e2054a9e79c08454c0cda7b (patch) | |
tree | 8ff835eddc955ab095ee647608fa6d852b6cd552 /aconfig | |
parent | 51f4921f539c0de3e1eadbc422216fb49ff870e5 (diff) |
Rename module finalized-flags -> latest-finalized-flags
The name "latest-finalized-flags" is a better name -- the module
produces a single file, the path to the finalized-flags.txt from the
latest API finalization.
Bug: 377676163
Test: m nothing
Change-Id: I6bedee4feb4fe18c882f3179160c7303b0363ff3
Diffstat (limited to 'aconfig')
-rw-r--r-- | aconfig/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aconfig/Android.bp b/aconfig/Android.bp index 43af2011e..6e2964a51 100644 --- a/aconfig/Android.bp +++ b/aconfig/Android.bp @@ -42,5 +42,5 @@ all_aconfig_declarations { ":frameworks-base-api-module-lib-current.txt", ], }), - finalized_flags_file: ":finalized-flags", + finalized_flags_file: ":latest-finalized-flags", } |