diff options
-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" |