Generate NDK sysroots from the platform build.
The list of migrated libraries is currently empty. Libraries will be
migrated as follow up patches.
Test: Migrated libc to this system and everything still builds.
build.ninja shows libraries being built and used and headers are
collected for the sysroot.
Bug: http://b/27533932
Change-Id: Iaba00543c1390f432befe0eed768ed3fbb8a9b96
diff --git a/Android.bp b/Android.bp
index 488146c..273f87e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -134,6 +134,10 @@
"cc/toolchain.go",
"cc/util.go",
+ "cc/ndk_headers.go",
+ "cc/ndk_library.go",
+ "cc/ndk_sysroot.go",
+
"cc/arm_device.go",
"cc/arm64_device.go",
"cc/mips_device.go",