summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2021-06-16 22:08:15 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-06-16 22:08:15 +0000
commit668e886d4d047734f73b979fe08281bfea1bdd63 (patch)
tree68f0f6cded1f8277a11a437e19fcd98097cff187
parent40eca594b860dc1d44d60713b900e896c961cca1 (diff)
parent33ad25b59b81efdcd2c6daca3d8682c0736dc7f6 (diff)
downloadndk-668e886d4d047734f73b979fe08281bfea1bdd63.tar.gz
Merge "Move ndk_libandroid_support headers out of libc++" am: 33ad25b59b
Original change: https://android-review.googlesource.com/c/platform/prebuilts/ndk/+/1736805 Change-Id: If4f562c41833bd0a24d193fb69e4ddc7416d2151
-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",
}