diff options
author | Dan Albert <danalbert@google.com> | 2016-06-17 16:45:24 -0700 |
---|---|---|
committer | Dan Albert <danalbert@google.com> | 2016-07-28 00:42:05 -0700 |
commit | 914449fca8c749588e28dfdfafc3226aa407c47e (patch) | |
tree | 1f70761b0869ff651676ced2293b530dd7f3e3e6 /Android.bp | |
parent | fb8f9a800ed42e548893b13ebc3840fc31aaae94 (diff) | |
download | build_soong-914449fca8c749588e28dfdfafc3226aa407c47e.tar.gz build_soong-914449fca8c749588e28dfdfafc3226aa407c47e.tar.bz2 build_soong-914449fca8c749588e28dfdfafc3226aa407c47e.zip |
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
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -134,6 +134,10 @@ bootstrap_go_package { "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", |