summaryrefslogtreecommitdiff
path: root/opengl
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2024-09-04 00:59:38 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2024-09-04 00:59:38 +0000
commit47c3043e68752c50793fbb72e3389493c0beb0fc (patch)
treee3ea6f93c97ffd5c0d6fc7f62bd2048bc9076963 /opengl
parent6eb21601649ffe2ac114f1d0f5c63747e9992cd1 (diff)
parent08aa6b5cf56a7a987f8201e97ce2c25c12e4114e (diff)
Merge "Remove NDK exports" into main am: 1af8a3eef4 am: 08aa6b5cf5
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3248585 Change-Id: Id5aaea2cdd935d56909e8c151e348180a4c9efc2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'opengl')
-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 {