diff options
author | 2024-11-21 16:58:07 +0100 | |
---|---|---|
committer | 2024-11-22 13:56:50 +0100 | |
commit | 7229a1f9dba753d81a9da89935be4bdacea8cd79 (patch) | |
tree | aebeafa9d16a70efff625bfb0402efc0dccfdb50 | |
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
-rw-r--r-- | OWNERS | 1 | ||||
-rw-r--r-- | flag_declarations/RELEASE_PLATFORM_BASE_SDK_EXTENSION_VERSION.textproto | 8 |
2 files changed, 9 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 diff --git a/flag_declarations/RELEASE_PLATFORM_BASE_SDK_EXTENSION_VERSION.textproto b/flag_declarations/RELEASE_PLATFORM_BASE_SDK_EXTENSION_VERSION.textproto new file mode 100644 index 00000000..9a1185db --- /dev/null +++ b/flag_declarations/RELEASE_PLATFORM_BASE_SDK_EXTENSION_VERSION.textproto @@ -0,0 +1,8 @@ +name: "RELEASE_PLATFORM_BASE_SDK_EXTENSION_VERSION" +namespace: "android_sdk" +description: "The sdk extension version that shipped with current RELEASE_PLATFORM_SDK_VERSION. This flag is only updated when RELEASE_PLATFORM_SDK_VERSION is updated." +workflow: MANUAL +containers: "product" +containers: "system" +containers: "system_ext" +containers: "vendor" |