diff options
author | 2024-09-03 20:41:03 +0000 | |
---|---|---|
committer | 2024-09-03 20:43:15 +0000 | |
commit | b9d2a75661abfb0e3559d9d383bbdcf30aaab226 (patch) | |
tree | f2cd3b7c4ec03f15cc8d2ba1653e1f7a5a116636 /opengl | |
parent | 5a74561a2b3d7d58a3e0034629b2eee277dfae20 (diff) |
Remove NDK exports
Base headers should come from sysroot.
Bug: N/A
Test: build
Change-Id: I5c085257b3aabc09d9b65a0384c0478a9f19c30e
Diffstat (limited to 'opengl')
-rw-r--r-- | opengl/libs/Android.bp | 12 |
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 { |