platform_build_soong/android
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
..
androidmk.go Supported python build in host side. 2017-05-05 13:27:56 -07:00
api_levels.go Prettify soong ninja build descriptions 2017-05-10 11:04:16 -07:00
arch.go Refactor factories 2017-06-30 21:08:36 +00:00
config.go add device_kernel_headers module for vendor-specific kernel headers 2017-07-08 09:29:04 +09:00
defaults.go Refactor factories 2017-06-30 21:08:36 +00:00
defs.go Fix the issue "\n" didn't get interpreted properly. 2017-05-16 15:10:29 -07:00
env.go Revert "Revert "Ensure environment dependencies are correct"" 2017-05-15 15:22:45 -07:00
expand.go genrule: expand $$ to $$ 2016-11-22 15:41:08 -08:00
expand_test.go genrule: expand $$ to $$ 2016-11-22 15:41:08 -08:00
hooks.go Replace PropertyCustomizer with hooks 2016-09-13 17:37:32 -07:00
makevars.go Move registration into android package 2016-10-12 14:30:44 -07:00
module.go Fixed the unexpected scenario for "device_supported" 2017-07-05 10:37:57 -07:00
mutator.go Supported python build in host side. 2017-05-05 13:27:56 -07:00
onceper.go Add DeviceConfig and OncePer objects 2016-08-17 16:39:06 -07:00
package_ctx.go Clarify paths.go somewhat 2017-05-15 11:31:48 -07:00
paths.go Fix install location for vendor tests 2017-07-06 18:09:46 -07:00
paths_test.go Fix install location for vendor tests 2017-07-06 18:09:46 -07:00
prebuilt.go Fix installing prebuilts with no source module 2017-03-17 14:06:25 -07:00
prebuilt_test.go Refactor factories 2017-06-30 21:08:36 +00:00
register.go Refactor factories 2017-06-30 21:08:36 +00:00
util.go Move globbing to Blueprint 2016-11-04 04:54:16 +00:00
variable.go add device_kernel_headers module for vendor-specific kernel headers 2017-07-08 09:29:04 +09:00
variable_test.go Support %s in product variable properties 2017-05-05 18:22:30 -07:00