platform_build_soong/cc
Jiyong Park d773eb3e86 add device_kernel_headers module for vendor-specific kernel headers
device_kernel_headers is a built-in heder-only lib that provides device-specific
kernel headers. The header path is configured via a new product variable
SystemIncludeDirs, which is currently the mirror of
TARGET_PROJECT_SYSTEM_INCLUDES in the make world.

Note: generic kernel headers (bionic/libc/kernel) have been added to the
include path by default. "device_kernel_headers" module is for device-specific
kernel headers such as /device/*/*/kernel-headers.

Note 2: this is opt-in for Android.bp modules (i.e. header_libs :
["device_kernel_headers"] required.) while it is always provided to
Android.mk modules.

Bug: 62939405
Test: choosecombo to aosp_sailfish (or any other Pixel/Nexus targets)
BOARD_VNDK_VERSION=current m -j gralloc.msm8996 (or any other vendor
libs using vendor-specific kernel headers)

Change-Id: I81c60abc13942c89fff723d1544b27a81b300db0
2017-07-08 09:29:04 +09:00
..
config Add integer_overflow sanitization build option. 2017-07-07 09:52:23 -07:00
androidmk.go Optimizations to abi checking. 2017-05-25 14:46:58 -07:00
binary.go Refactor factories 2017-06-30 21:08:36 +00:00
builder.go Add header-abi-linker dependency on so file. 2017-06-27 11:19:10 -07:00
cc.go fix: a vendor variant of a lib doesn't re-export llndk headers 2017-07-05 22:44:09 +00:00
cc_test.go Dedup exported flags from dependencies 2017-05-17 14:22:22 -07:00
check.go Ban --coverage now that we have native coverage 2017-02-14 13:05:48 -08:00
cmakelists.go Run gofmt 2017-05-09 13:44:49 -07:00
compiler.go Support .rs and .fs files in cc_* module srcs lists 2017-05-05 18:22:30 -07:00
coverage.go Refactor factories 2017-06-30 21:08:36 +00:00
gen.go Prettify soong ninja build descriptions 2017-05-10 11:04:16 -07:00
gen_stub_libs.py Add support for named versions in NDK map files. 2017-04-28 16:11:13 -07:00
installer.go Split /system and /vendor modules, allow multi-installation 2017-04-11 12:27:41 -07:00
kernel_headers.go add device_kernel_headers module for vendor-specific kernel headers 2017-07-08 09:29:04 +09:00
library.go Refactor factories 2017-06-30 21:08:36 +00:00
linker.go Add libdl.so to the list of system shared libs 2017-06-27 16:08:03 -07:00
llndk_library.go Refactor factories 2017-06-30 21:08:36 +00:00
makevars.go Add integer_overflow sanitization build option. 2017-07-07 09:52:23 -07:00
ndk_headers.go Refactor factories 2017-06-30 21:08:36 +00:00
ndk_library.go Refactor factories 2017-06-30 21:08:36 +00:00
ndk_prebuilt.go Refactor factories 2017-06-30 21:08:36 +00:00
ndk_sysroot.go Prettify soong ninja build descriptions 2017-05-10 11:04:16 -07:00
object.go Refactor factories 2017-06-30 21:08:36 +00:00
prebuilt.go Refactor factories 2017-06-30 21:08:36 +00:00
proto.go Prettify soong ninja build descriptions 2017-05-10 11:04:16 -07:00
pylintrc Don't warn for TODOish comments. 2016-08-01 14:36:22 -07:00
relocation_packer.go Prettify soong ninja build descriptions 2017-05-10 11:04:16 -07:00
rs.go Prettify soong ninja build descriptions 2017-05-10 11:04:16 -07:00
sabi.go Refactor factories 2017-06-30 21:08:36 +00:00
sanitize.go Add integer_overflow sanitization build option. 2017-07-07 09:52:23 -07:00
stl.go Add ctx.Windows() 2017-04-04 15:39:04 -07:00
strip.go Separate cc.go 2016-07-29 15:17:58 -07:00
test.go Refactor factories 2017-06-30 21:08:36 +00:00
test_data_test.go Refactor factories 2017-06-30 21:08:36 +00:00
test_gen_stub_libs.py Add support for named versions in NDK map files. 2017-04-28 16:11:13 -07:00
tidy.go soong: add __clang_analyzer__ to clang-tidy 2017-05-04 01:19:02 +00:00
toolchain_library.go Refactor factories 2017-06-30 21:08:36 +00:00
util.go add exclude_shared_libs for vendor_available:true libs 2017-06-21 10:13:27 +09:00