summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHsin-Yi Chen <hsinyichen@google.com>2024-05-21 15:10:38 +0800
committerHsin-Yi Chen <hsinyichen@google.com>2024-05-22 16:06:14 +0800
commit70a504998ea29195e9736b442106f5ee569efc08 (patch)
tree86fbb64f02c8fb1804666cc349b69f6d5935566f
parent8386c93b31753938726d6b0b351787bf6119ca10 (diff)
downloadvndk-main.tar.gz
Allow the builds with BOARD_API_LEVEL=34 to extend LLNDK ABIHEADmastermain
When BOARD_API_LEVEL=34, the build system applies the old rules to generate ABI dumps. The rules do not filter the ABI by the versions defined in release configs. The generated dumps contain more data than the dumps prebuilt from U branches. These config.json allow the builds with BOARD_API_LEVEL=34 to pass the ABI check. Bug: 341234781 Test: make Change-Id: Ic23302aa52584c664a869c814218f49f284b2a73
-rw-r--r--34/64/arm/source-based/config.json5
-rw-r--r--34/64/arm64/source-based/config.json5
-rw-r--r--34/64/arm_arm64/source-based/config.json5
-rw-r--r--34/64/x86/source-based/config.json5
-rw-r--r--34/64/x86_64/source-based/config.json5
-rw-r--r--34/64/x86_x86_64/source-based/config.json5
6 files changed, 30 insertions, 0 deletions
diff --git a/34/64/arm/source-based/config.json b/34/64/arm/source-based/config.json
index 2b8aa7a8..61191baa 100644
--- a/34/64/arm/source-based/config.json
+++ b/34/64/arm/source-based/config.json
@@ -1,4 +1,9 @@
{
+ "global": {
+ "flags": {
+ "allow_extensions": true
+ }
+ },
"libbinder": [
{
"target_version": "current",
diff --git a/34/64/arm64/source-based/config.json b/34/64/arm64/source-based/config.json
index 2b8aa7a8..61191baa 100644
--- a/34/64/arm64/source-based/config.json
+++ b/34/64/arm64/source-based/config.json
@@ -1,4 +1,9 @@
{
+ "global": {
+ "flags": {
+ "allow_extensions": true
+ }
+ },
"libbinder": [
{
"target_version": "current",
diff --git a/34/64/arm_arm64/source-based/config.json b/34/64/arm_arm64/source-based/config.json
index 2b8aa7a8..61191baa 100644
--- a/34/64/arm_arm64/source-based/config.json
+++ b/34/64/arm_arm64/source-based/config.json
@@ -1,4 +1,9 @@
{
+ "global": {
+ "flags": {
+ "allow_extensions": true
+ }
+ },
"libbinder": [
{
"target_version": "current",
diff --git a/34/64/x86/source-based/config.json b/34/64/x86/source-based/config.json
index 2b8aa7a8..61191baa 100644
--- a/34/64/x86/source-based/config.json
+++ b/34/64/x86/source-based/config.json
@@ -1,4 +1,9 @@
{
+ "global": {
+ "flags": {
+ "allow_extensions": true
+ }
+ },
"libbinder": [
{
"target_version": "current",
diff --git a/34/64/x86_64/source-based/config.json b/34/64/x86_64/source-based/config.json
index 2b8aa7a8..61191baa 100644
--- a/34/64/x86_64/source-based/config.json
+++ b/34/64/x86_64/source-based/config.json
@@ -1,4 +1,9 @@
{
+ "global": {
+ "flags": {
+ "allow_extensions": true
+ }
+ },
"libbinder": [
{
"target_version": "current",
diff --git a/34/64/x86_x86_64/source-based/config.json b/34/64/x86_x86_64/source-based/config.json
index 2b8aa7a8..61191baa 100644
--- a/34/64/x86_x86_64/source-based/config.json
+++ b/34/64/x86_x86_64/source-based/config.json
@@ -1,4 +1,9 @@
{
+ "global": {
+ "flags": {
+ "allow_extensions": true
+ }
+ },
"libbinder": [
{
"target_version": "current",