aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-03-19 13:44:32 -0700
committerSteven Moreland <smoreland@google.com>2017-04-08 16:59:23 +0000
commit0417699bbbd4151711e09925f3c72cbf3b8e81a5 (patch)
treefe3c43ee4c24e6020f646de69201019e8f810fd8 /Android.bp
parent89a31b6df1d9caf8d71f75780c3d17e760d8c224 (diff)
downloadbuild_soong-0417699bbbd4151711e09925f3c72cbf3b8e81a5.tar.gz
build_soong-0417699bbbd4151711e09925f3c72cbf3b8e81a5.tar.bz2
build_soong-0417699bbbd4151711e09925f3c72cbf3b8e81a5.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) Merged-In: Ic85f07fa10c695b5baab10c41f5e0ad38700bf3d 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 e3948924..c9e5f7ee 100644
--- a/Android.bp
+++ b/Android.bp
@@ -146,6 +146,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",