summaryrefslogtreecommitdiff
path: root/opengl/libs
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 /opengl/libs
parent351a8df928e45f1c7ca6a47125a7c3d8deed8bc9 (diff)
parentb9d2a75661abfb0e3559d9d383bbdcf30aaab226 (diff)
Merge "Remove NDK exports" into main
Diffstat (limited to 'opengl/libs')
-rw-r--r--opengl/libs/Android.bp12
1 files changed, 0 insertions, 12 deletions
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 {