diff options
author | 2025-05-07 16:56:54 +0000 | |
---|---|---|
committer | 2025-05-07 13:07:24 -0700 | |
commit | 5da94f17b7a143d754a3b250c08bff210d3b046b (patch) | |
tree | cb54e866045a4506d304490daf1dbbbacaf90ac1 /aconfig/bp2a/com.android.egg.flags/Android.bp | |
parent | e1003b0b091c2c8dc501ee7add5319d50c1d30e7 (diff) |
Update bp2a aconfig flags to align with BP2A.250605.015.
Testing: https://android-build.corp.google.com/abtd/run/L32500030011891204
Change-Id: I865a0bb9240c6708335cdb6273d2752cd984041f
Diffstat (limited to 'aconfig/bp2a/com.android.egg.flags/Android.bp')
-rw-r--r-- | aconfig/bp2a/com.android.egg.flags/Android.bp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/aconfig/bp2a/com.android.egg.flags/Android.bp b/aconfig/bp2a/com.android.egg.flags/Android.bp new file mode 100644 index 00000000..dd583cae --- /dev/null +++ b/aconfig/bp2a/com.android.egg.flags/Android.bp @@ -0,0 +1,21 @@ +// Copyright 2025 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.egg.flags-all", + package: "com.android.egg.flags", + srcs: [ + "*_flag_values.textproto", + ] +} |