Soong: Add synopsis to kernel_headers module under cc package.
Added kernel_headers synopsis. Bug: b/128337482 Test: Generated the documentation and verified that the synopsis was added to the kernel_headers module. Change-Id: I3d23fa2408c387883e62dea0742e72a96868ecb4
This commit is contained in:
parent
159a585251
commit
cb5142c2d1
1 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,11 @@ func (stub *kernelHeadersDecorator) link(ctx ModuleContext, flags Flags, deps Pa
|
|||
return stub.libraryDecorator.linkStatic(ctx, flags, deps, objs)
|
||||
}
|
||||
|
||||
// kernel_headers retrieves the list of kernel headers directories from
|
||||
// TARGET_BOARD_KERNEL_HEADERS and TARGET_PRODUCT_KERNEL_HEADERS variables in
|
||||
// a makefile for compilation. See
|
||||
// https://android.googlesource.com/platform/build/+/master/core/config.mk
|
||||
// for more details on them.
|
||||
func kernelHeadersFactory() android.Module {
|
||||
module, library := NewLibrary(android.HostAndDeviceSupported)
|
||||
library.HeaderOnly()
|
||||
|
|
Loading…
Reference in a new issue