summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJihoon Kang <jihoonkang@google.com>2024-04-02 17:24:46 +0000
committerJihoon Kang <jihoonkang@google.com>2024-04-03 00:32:41 +0000
commit5c5156e98ea5859d1bc452d4722c16311dcc2ce8 (patch)
tree2bd3c72541c63ab6120b41e949e1101d58d3fbbd
parentf823846bbd6863f7f0e2d1c05ed5ad3403c889cb (diff)
downloadrelease-5c5156e98ea5859d1bc452d4722c16311dcc2ce8.tar.gz
Enable com.android.libcore.v_apis in all release configurations
Currently, this flag is required to be enabled to generate the "exportable" stubs. The flag is enabled in all release configurations in internal main. Test: TH & ABTD Bug: 330753520 Merged-In: Ife2d07b69493e68ffde1733bc78b3db06873e142 Change-Id: I923856da15ac5554e2bba828e792193d499e08bb
-rw-r--r--aconfig/next/Android.bp1
-rw-r--r--aconfig/next/com.android.libcore/Android.bp21
-rw-r--r--aconfig/next/com.android.libcore/v_apis_flag_values.textproto6
-rw-r--r--aconfig/trunk_food/Android.bp1
-rw-r--r--aconfig/trunk_food/com.android.libcore/Android.bp21
-rw-r--r--aconfig/trunk_food/com.android.libcore/v_apis_flag_values.textproto6
-rw-r--r--aconfig/trunk_staging/Android.bp1
-rw-r--r--aconfig/trunk_staging/com.android.libcore/Android.bp21
-rw-r--r--aconfig/trunk_staging/com.android.libcore/v_apis_flag_values.textproto6
9 files changed, 84 insertions, 0 deletions
diff --git a/aconfig/next/Android.bp b/aconfig/next/Android.bp
index 32a13b8..94aa162 100644
--- a/aconfig/next/Android.bp
+++ b/aconfig/next/Android.bp
@@ -20,6 +20,7 @@ aconfig_value_set {
"aconfig-values-aosp-next-com.android.server.display.feature.flags-all",
"aconfig-values-aosp-next-com.android.settings.flags-all",
"aconfig-values-aosp-next-com.android.media.flags-all",
+ "aconfig-values-aosp-next-com.android.libcore-all",
"aconfig-values-aosp-next-com.android.systemui.accessibility.accessibilitymenu-all",
"aconfig-values-aosp-next-com.android.input.flags-all",
"aconfig-values-aosp-next-com.android.server.companion.virtual-all",
diff --git a/aconfig/next/com.android.libcore/Android.bp b/aconfig/next/com.android.libcore/Android.bp
new file mode 100644
index 0000000..daa6b15
--- /dev/null
+++ b/aconfig/next/com.android.libcore/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-aosp-next-com.android.libcore-all",
+ package: "com.android.libcore",
+ srcs: [
+ "*_flag_values.textproto",
+ ],
+}
diff --git a/aconfig/next/com.android.libcore/v_apis_flag_values.textproto b/aconfig/next/com.android.libcore/v_apis_flag_values.textproto
new file mode 100644
index 0000000..3d1363e
--- /dev/null
+++ b/aconfig/next/com.android.libcore/v_apis_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "com.android.libcore"
+ name: "v_apis"
+ state: ENABLED
+ permission: READ_ONLY
+}
diff --git a/aconfig/trunk_food/Android.bp b/aconfig/trunk_food/Android.bp
index 2885e64..a98c164 100644
--- a/aconfig/trunk_food/Android.bp
+++ b/aconfig/trunk_food/Android.bp
@@ -22,6 +22,7 @@ aconfig_value_set {
"aconfig-values-aosp-trunk_food-com.android.graphics.libgui.flags-all",
"aconfig-values-aosp-trunk_food-com.android.server.power.optimization-all",
"aconfig-values-aosp-trunk_food-android.hardware.usb.flags-all",
+ "aconfig-values-aosp-trunk_food-com.android.libcore-all",
"aconfig-values-aosp-trunk_food-com.android.media.audioserver-all",
"aconfig-values-aosp-trunk_food-android.app.job-all",
"aconfig-values-aosp-trunk_food-com.android.bluetooth.flags-all",
diff --git a/aconfig/trunk_food/com.android.libcore/Android.bp b/aconfig/trunk_food/com.android.libcore/Android.bp
new file mode 100644
index 0000000..655ecaa
--- /dev/null
+++ b/aconfig/trunk_food/com.android.libcore/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-aosp-trunk_food-com.android.libcore-all",
+ package: "com.android.libcore",
+ srcs: [
+ "*_flag_values.textproto",
+ ],
+}
diff --git a/aconfig/trunk_food/com.android.libcore/v_apis_flag_values.textproto b/aconfig/trunk_food/com.android.libcore/v_apis_flag_values.textproto
new file mode 100644
index 0000000..3d1363e
--- /dev/null
+++ b/aconfig/trunk_food/com.android.libcore/v_apis_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "com.android.libcore"
+ name: "v_apis"
+ state: ENABLED
+ permission: READ_ONLY
+}
diff --git a/aconfig/trunk_staging/Android.bp b/aconfig/trunk_staging/Android.bp
index 14826c9..ec34ff1 100644
--- a/aconfig/trunk_staging/Android.bp
+++ b/aconfig/trunk_staging/Android.bp
@@ -47,6 +47,7 @@ aconfig_value_set {
"aconfig-values-aosp-trunk_staging-android.companion.virtualdevice.flags-all",
"aconfig-values-aosp-trunk_staging-android.app.admin.flags-all",
"aconfig-values-aosp-trunk_staging-android.hardware.usb.flags-all",
+ "aconfig-values-aosp-trunk_staging-com.android.libcore-all",
"aconfig-values-aosp-trunk_staging-com.android.nfc.flags-all",
"aconfig-values-aosp-trunk_staging-com.android.wm.shell-all",
"aconfig-values-aosp-trunk_staging-com.android.wifi.flags-all",
diff --git a/aconfig/trunk_staging/com.android.libcore/Android.bp b/aconfig/trunk_staging/com.android.libcore/Android.bp
new file mode 100644
index 0000000..4dd127b
--- /dev/null
+++ b/aconfig/trunk_staging/com.android.libcore/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-aosp-trunk_staging-com.android.libcore-all",
+ package: "com.android.libcore",
+ srcs: [
+ "*_flag_values.textproto",
+ ],
+}
diff --git a/aconfig/trunk_staging/com.android.libcore/v_apis_flag_values.textproto b/aconfig/trunk_staging/com.android.libcore/v_apis_flag_values.textproto
new file mode 100644
index 0000000..3d1363e
--- /dev/null
+++ b/aconfig/trunk_staging/com.android.libcore/v_apis_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "com.android.libcore"
+ name: "v_apis"
+ state: ENABLED
+ permission: READ_ONLY
+}