ndk-r17-beta1
Stop using libandroid_support when unnecessary.

There isn't a libandroid_support for LP64 any more, so we need to
avoid depending on it when we don't need it.

Unlike in master, we do still need libandroid_support in libc++abi
because we still support ICS in r17, which did not have
posix_memalign.

Test: ndk/checkbuild.py && ndk/run_tests.py
Bug: None
Change-Id: Idca2507494ba73847949bbab452e91fd1c0b65d3
1 file changed