aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-03-19 13:44:32 -0700
committerDan Willemsen <dwillemsen@google.com>2017-04-07 10:18:56 -0700
commitb916b80bf301545595a8263776180c1db90a9ccc (patch)
tree7926dfa450992f5709c4475f7ea4262a26901ee0 /Android.bp
parent86a1c7dd157b7ffe1d0a2d87ae4b497dcbd09151 (diff)
downloadbuild_soong-b916b80bf301545595a8263776180c1db90a9ccc.tar.gz
build_soong-b916b80bf301545595a8263776180c1db90a9ccc.tar.bz2
build_soong-b916b80bf301545595a8263776180c1db90a9ccc.zip
Add LLNDK support for the VNDK
Instead of using the NDK headers and libraries, add LL-NDK specific headers and library stubs for VNDK users. This allows us to provide an expanded liblog interface. Test: aosp_arm; m -j Test: Enable BOARD_VNDK_VERSION on aosp_arm; m -j Test: Inspect out/soong/build.ninja before/after (w/o vndk) Change-Id: Ic85f07fa10c695b5baab10c41f5e0ad38700bf3d
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c87903f0..0e3ac02f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -147,6 +147,8 @@ bootstrap_go_package {
"cc/ndk_headers.go",
"cc/ndk_library.go",
"cc/ndk_sysroot.go",
+
+ "cc/llndk_library.go",
],
testSrcs: [
"cc/cc_test.go",