summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2024-09-04 00:13:46 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-09-04 00:13:46 +0000
commit1af8a3eef46e4dcef8c69e43e30291211c2964ce (patch)
treede7d550bcfd58566283aeb036fee5fe7ed8121c9
parent351a8df928e45f1c7ca6a47125a7c3d8deed8bc9 (diff)
parentb9d2a75661abfb0e3559d9d383bbdcf30aaab226 (diff)
Merge "Remove NDK exports" into main
-rw-r--r--libs/nativewindow/Android.bp3
-rw-r--r--opengl/libs/Android.bp12
-rw-r--r--vulkan/libvulkan/Android.bp3
3 files changed, 0 insertions, 18 deletions
diff --git a/libs/nativewindow/Android.bp b/libs/nativewindow/Android.bp
index 855807472e..a8a86ba1a9 100644
--- a/libs/nativewindow/Android.bp
+++ b/libs/nativewindow/Android.bp
@@ -67,9 +67,6 @@ ndk_library {
// Android O
first_version: "26",
- export_header_libs: [
- "libnativewindow_ndk_headers",
- ],
}
cc_library {
diff --git a/opengl/libs/Android.bp b/opengl/libs/Android.bp
index 16de3908f8..5159ffe86b 100644
--- a/opengl/libs/Android.bp
+++ b/opengl/libs/Android.bp
@@ -40,9 +40,6 @@ ndk_library {
symbol_file: "libEGL.map.txt",
first_version: "9",
unversioned_until: "current",
- export_header_libs: [
- "libEGL_headers",
- ],
}
ndk_library {
@@ -50,9 +47,6 @@ ndk_library {
symbol_file: "libGLESv1_CM.map.txt",
first_version: "9",
unversioned_until: "current",
- export_header_libs: [
- "libGLESv1_CM_headers",
- ],
}
ndk_library {
@@ -60,9 +54,6 @@ ndk_library {
symbol_file: "libGLESv2.map.txt",
first_version: "9",
unversioned_until: "current",
- export_header_libs: [
- "libGLESv2_headers",
- ],
}
ndk_library {
@@ -70,9 +61,6 @@ ndk_library {
symbol_file: "libGLESv3.map.txt",
first_version: "18",
unversioned_until: "current",
- export_header_libs: [
- "libGLESv3_headers",
- ],
}
cc_defaults {
diff --git a/vulkan/libvulkan/Android.bp b/vulkan/libvulkan/Android.bp
index 436e6c6b7c..c8ff76a822 100644
--- a/vulkan/libvulkan/Android.bp
+++ b/vulkan/libvulkan/Android.bp
@@ -27,9 +27,6 @@ ndk_library {
symbol_file: "libvulkan.map.txt",
first_version: "24",
unversioned_until: "current",
- export_header_libs: [
- "ndk_vulkan_headers",
- ],
}
cc_library_shared {