summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp14
1 files changed, 3 insertions, 11 deletions
diff --git a/Android.bp b/Android.bp
index dba243ef7..62493b4d0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -38,10 +38,9 @@ libcxx_includes = [
ndk_prebuilt_static_stl {
name: "ndk_libandroid_support",
- // libandroid_support headers are exported by libc++ rather than by
- // libandroid_support itself because it's the only way we can enforce the
- // correct ordering of the includes (libc++ first, libandroid_support
- // second).
+ export_include_dirs: [
+ "current/sources/android/support/include",
+ ],
arch: {
arm64: {
enabled: false,
@@ -65,13 +64,6 @@ ndk_prebuilt_static_stl {
ndk_prebuilt_static_stl {
name: "ndk_libc++_static",
export_include_dirs: libcxx_includes,
- multilib: {
- lib32: {
- export_include_dirs: [
- "current/sources/android/support/include",
- ],
- },
- },
min_sdk_version: "16",
}