soong: Support prebuilt_kernel_headers
This depends on a kernel headers tarball path being passed in TARGET_PREBUILT_KERNEL_HEADERS, in the style that the kleaf kernel platform build generates. Change-Id: Ib82659fa44ef221e73d0d129daafbaae6bad87a2
This commit is contained in:
committed by
Jan Altensen
parent
dde831fce2
commit
cae9b362a9
@@ -9,7 +9,8 @@ EXPORT_TO_SOONG := \
|
||||
KERNEL_MAKE_FLAGS \
|
||||
PATH_OVERRIDE_SOONG \
|
||||
TARGET_KERNEL_CONFIG \
|
||||
TARGET_KERNEL_SOURCE
|
||||
TARGET_KERNEL_SOURCE \
|
||||
TARGET_PREBUILT_KERNEL_HEADERS
|
||||
|
||||
# Setup SOONG_CONFIG_* vars to export the vars listed above.
|
||||
# Documentation here:
|
||||
|
Reference in New Issue
Block a user