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/com.android.bluetooth.flags/Android.bp | |
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/com.android.bluetooth.flags/Android.bp')
-rw-r--r-- | aconfig/bp2a/com.android.bluetooth.flags/Android.bp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/aconfig/bp2a/com.android.bluetooth.flags/Android.bp b/aconfig/bp2a/com.android.bluetooth.flags/Android.bp new file mode 100644 index 00000000..ce3413f2 --- /dev/null +++ b/aconfig/bp2a/com.android.bluetooth.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-com.android.bluetooth.flags-all", + package: "com.android.bluetooth.flags", + srcs: [ + "*_flag_values.textproto", + ], +} |