diff options
author | 2025-03-25 17:45:52 +0000 | |
---|---|---|
committer | 2025-03-25 19:39:33 -0700 | |
commit | 60bd03b9dfe5f041fd28859862d20f6df4cdae32 (patch) | |
tree | 22e95ed239827aae815575e2e34294b89db4ab37 /aconfig/bp2a/android.app.appfunctions.flags | |
parent | 1fe5a246d196c46836d4c06b231d7944926b351c (diff) |
moving release config bp2a in preperation of cp mode`
`
Bug: 405448081
Ignore-AOSP-First: AConfig change for future AOSP release
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:60d8dcffc2b48bf50a49455038e95374f0b7e506)
Merged-In: Iab62ae397b1f292e16f3d1736bf2e4b202d47399
Change-Id: Iab62ae397b1f292e16f3d1736bf2e4b202d47399
Diffstat (limited to 'aconfig/bp2a/android.app.appfunctions.flags')
-rw-r--r-- | aconfig/bp2a/android.app.appfunctions.flags/Android.bp | 21 | ||||
-rw-r--r-- | aconfig/bp2a/android.app.appfunctions.flags/enable_app_function_manager_flag_values.textproto | 6 |
2 files changed, 27 insertions, 0 deletions
diff --git a/aconfig/bp2a/android.app.appfunctions.flags/Android.bp b/aconfig/bp2a/android.app.appfunctions.flags/Android.bp new file mode 100644 index 00000000..1d8eefa2 --- /dev/null +++ b/aconfig/bp2a/android.app.appfunctions.flags/Android.bp @@ -0,0 +1,21 @@ +// Copyright 2024 Google Inc. All rights reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +aconfig_values { + name: "aconfig-values-platform_build_release-bp2a-android.app.appfunctions.flags-all", + package: "android.app.appfunctions.flags", + srcs: [ + "*_flag_values.textproto", + ], +} diff --git a/aconfig/bp2a/android.app.appfunctions.flags/enable_app_function_manager_flag_values.textproto b/aconfig/bp2a/android.app.appfunctions.flags/enable_app_function_manager_flag_values.textproto new file mode 100644 index 00000000..917e76b5 --- /dev/null +++ b/aconfig/bp2a/android.app.appfunctions.flags/enable_app_function_manager_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "android.app.appfunctions.flags" + name: "enable_app_function_manager" + state: ENABLED + permission: READ_ONLY +} |