diff options
author | 2024-11-21 16:58:07 +0100 | |
---|---|---|
committer | 2024-11-22 13:56:50 +0100 | |
commit | 7229a1f9dba753d81a9da89935be4bdacea8cd79 (patch) | |
tree | aebeafa9d16a70efff625bfb0402efc0dccfdb50 /OWNERS | |
parent | 272e50c9949ebe1d8a253d3333a05806fe893e90 (diff) |
Add flag for PLATFORM_BASE_SDK_EXTENSION_VERSION
This flag doesn't have a value yet as it will be determined during the
next finalization.
Bug: 375152642
Test: m sdk dist && unzip -p out/dist/android-sdk_linux-x86-*.zip android-sdk_linux-x86/samples/android-*/source.properties
Verify that isBaseSdk is still true when flag is undefined.
Change-Id: I6dd2466d6c67749605f70b47a8737acbea704c20
Diffstat (limited to 'OWNERS')
-rw-r--r-- | OWNERS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ per-file aconfig/?p??/*,aconfig/?p??/*/*=rajukulkarni@google.com # For Nextfood per-file aconfig/?p??/*,aconfig/?p??/*/*=ramprasathd@google.com # For Nextfood promotion requests per-file aconfig/?p??/*,aconfig/?p??/*/*=zoeyhsieh@google.com # For Nextfood promotion requests +per-file {flag_declarations,flag_values/*}/RELEASE_PLATFORM_BASE_SDK_EXTENSION_VERSION.textproto = file:platform/frameworks/base:/SDK_OWNERS # Android SDK per-file {flag_declarations,flag_values/*}/RELEASE_PLATFORM_SDK_EXTENSION_VERSION.textproto = file:platform/frameworks/base:/SDK_OWNERS # Android SDK per-file {flag_declarations,flag_values/*}/RELEASE_PLATFORM_SDK_VERSION.textproto = file:platform/frameworks/base:/SDK_OWNERS # Android SDK per-file {flag_declarations,flag_values/*}/RELEASE_PLATFORM_VERSION_ALL_CODENAMES.textproto = file:platform/frameworks/base:/SDK_OWNERS # Android SDK |