From 5da94f17b7a143d754a3b250c08bff210d3b046b Mon Sep 17 00:00:00 2001 From: Ian Kasprzak Date: Wed, 7 May 2025 16:56:54 +0000 Subject: Update bp2a aconfig flags to align with BP2A.250605.015. Testing: https://android-build.corp.google.com/abtd/run/L32500030011891204 Change-Id: I865a0bb9240c6708335cdb6273d2752cd984041f --- aconfig/bp2a/android.webkit/Android.bp | 21 +++++++++++++++++++++ .../update_service_v2_flag_values.textproto | 6 ++++++ 2 files changed, 27 insertions(+) create mode 100644 aconfig/bp2a/android.webkit/Android.bp create mode 100644 aconfig/bp2a/android.webkit/update_service_v2_flag_values.textproto (limited to 'aconfig/bp2a/android.webkit') diff --git a/aconfig/bp2a/android.webkit/Android.bp b/aconfig/bp2a/android.webkit/Android.bp new file mode 100644 index 00000000..b7f53f04 --- /dev/null +++ b/aconfig/bp2a/android.webkit/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-android.webkit-all", + package: "android.webkit", + srcs: [ + "*_flag_values.textproto", + ] +} diff --git a/aconfig/bp2a/android.webkit/update_service_v2_flag_values.textproto b/aconfig/bp2a/android.webkit/update_service_v2_flag_values.textproto new file mode 100644 index 00000000..088c0f9e --- /dev/null +++ b/aconfig/bp2a/android.webkit/update_service_v2_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "android.webkit" + name: "update_service_v2" + state: ENABLED + permission: READ_ONLY +} -- cgit v1.2.3-59-g8ed1b