summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2021-06-28 17:47:42 -0700
committerColin Cross <ccross@android.com>2021-06-28 17:47:42 -0700
commitd472fb9c19a238c585d73b6a3b6ff30719a90562 (patch)
tree03575506fe92950aff7412c0d1770d904dc1326d
parent668e886d4d047734f73b979fe08281bfea1bdd63 (diff)
downloadndk-d472fb9c19a238c585d73b6a3b6ff30719a90562.tar.gz
Remove one more export of libandroid_support from ndk_libc++_shared
I73df437c6cec4a1f91531391f498ca45219effbe modified ndk_libc++_static but missed ndk_libc++_shared. Test: m checkbuild Change-Id: Ie2df44742b4b0196466bc43cd533c6a785381c15
-rw-r--r--Android.bp7
1 files changed, 0 insertions, 7 deletions
diff --git a/Android.bp b/Android.bp
index 62493b4d0..75a461c5e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -70,13 +70,6 @@ ndk_prebuilt_static_stl {
ndk_prebuilt_shared_stl {
name: "ndk_libc++_shared",
export_include_dirs: libcxx_includes,
- multilib: {
- lib32: {
- export_include_dirs: [
- "current/sources/android/support/include",
- ],
- },
- }
}
cc_library_static {