Use LateStaticLibs for ndk_libandroid_support

This will obsolete the workaround in prebuilts/ndk/Android.bp to
export the ndk_libandroid_support headers from ndk_libc++_shared,
which would no longer have worked after the next patch.

Test: m checkbuild
Test: TestIncludeDirectoryOrdering
Change-Id: I9b4e5799d939433da547661b862e9db5a4aacb09
This commit is contained in:
Colin Cross
2021-06-14 16:15:15 -07:00
parent fe9acfecb3
commit c113e3cbe7
2 changed files with 4 additions and 2 deletions

View File

@@ -4371,8 +4371,8 @@ func TestIncludeDirectoryOrdering(t *testing.T) {
"libarm",
"lib32",
"libandroid_arm",
"defaults/cc/common/ndk_libandroid_support",
"defaults/cc/common/ndk_libc++_shared",
"defaults/cc/common/ndk_libandroid_support",
"out/soong/ndk/sysroot/usr/include",
"out/soong/ndk/sysroot/usr/include/arm-linux-androideabi",
"${config.NoOverrideClangGlobalCflags}",