summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHsin-Yi Chen <hsinyichen@google.com>2023-08-25 12:39:03 +0800
committerHsin-Yi Chen <hsinyichen@google.com>2024-02-07 06:48:21 +0000
commit78eb479e3ae1d88e7083737b3d2085fbb58dff70 (patch)
tree2b8017878054ac2692bfa9462f7dcaa1cef53fff
parent3047643d1d0d92ca685bbec97777ce4a1d07f259 (diff)
downloadvndk-78eb479e3ae1d88e7083737b3d2085fbb58dff70.tar.gz
Ignore AHardwareBuffer_isValidPixelFormat between version 33 and 34temp_319669529
LLNDK dumps for version 33 were copied from ndk to this project. The configurations are also copied. Test: make Bug: 314010764 Change-Id: I577995240d6fe9d5ed33a2f7c56949eb8ed50e0a
-rw-r--r--33/64/arm/source-based/config.json10
-rw-r--r--33/64/arm64/source-based/config.json10
-rw-r--r--33/64/arm_arm64/source-based/config.json10
-rw-r--r--33/64/x86/source-based/config.json10
-rw-r--r--33/64/x86_64/source-based/config.json10
-rw-r--r--33/64/x86_x86_64/source-based/config.json10
6 files changed, 60 insertions, 0 deletions
diff --git a/33/64/arm/source-based/config.json b/33/64/arm/source-based/config.json
new file mode 100644
index 00000000..15fd0425
--- /dev/null
+++ b/33/64/arm/source-based/config.json
@@ -0,0 +1,10 @@
+{
+ "libnativewindow": [
+ {
+ "target_version": "34",
+ "ignore_linker_set_keys": [
+ "_ZN7android34AHardwareBuffer_isValidPixelFormatEj",
+ ],
+ },
+ ],
+}
diff --git a/33/64/arm64/source-based/config.json b/33/64/arm64/source-based/config.json
new file mode 100644
index 00000000..15fd0425
--- /dev/null
+++ b/33/64/arm64/source-based/config.json
@@ -0,0 +1,10 @@
+{
+ "libnativewindow": [
+ {
+ "target_version": "34",
+ "ignore_linker_set_keys": [
+ "_ZN7android34AHardwareBuffer_isValidPixelFormatEj",
+ ],
+ },
+ ],
+}
diff --git a/33/64/arm_arm64/source-based/config.json b/33/64/arm_arm64/source-based/config.json
new file mode 100644
index 00000000..15fd0425
--- /dev/null
+++ b/33/64/arm_arm64/source-based/config.json
@@ -0,0 +1,10 @@
+{
+ "libnativewindow": [
+ {
+ "target_version": "34",
+ "ignore_linker_set_keys": [
+ "_ZN7android34AHardwareBuffer_isValidPixelFormatEj",
+ ],
+ },
+ ],
+}
diff --git a/33/64/x86/source-based/config.json b/33/64/x86/source-based/config.json
new file mode 100644
index 00000000..15fd0425
--- /dev/null
+++ b/33/64/x86/source-based/config.json
@@ -0,0 +1,10 @@
+{
+ "libnativewindow": [
+ {
+ "target_version": "34",
+ "ignore_linker_set_keys": [
+ "_ZN7android34AHardwareBuffer_isValidPixelFormatEj",
+ ],
+ },
+ ],
+}
diff --git a/33/64/x86_64/source-based/config.json b/33/64/x86_64/source-based/config.json
new file mode 100644
index 00000000..15fd0425
--- /dev/null
+++ b/33/64/x86_64/source-based/config.json
@@ -0,0 +1,10 @@
+{
+ "libnativewindow": [
+ {
+ "target_version": "34",
+ "ignore_linker_set_keys": [
+ "_ZN7android34AHardwareBuffer_isValidPixelFormatEj",
+ ],
+ },
+ ],
+}
diff --git a/33/64/x86_x86_64/source-based/config.json b/33/64/x86_x86_64/source-based/config.json
new file mode 100644
index 00000000..15fd0425
--- /dev/null
+++ b/33/64/x86_x86_64/source-based/config.json
@@ -0,0 +1,10 @@
+{
+ "libnativewindow": [
+ {
+ "target_version": "34",
+ "ignore_linker_set_keys": [
+ "_ZN7android34AHardwareBuffer_isValidPixelFormatEj",
+ ],
+ },
+ ],
+}