diff options
| author | 2017-10-19 15:59:33 +0900 | |
|---|---|---|
| committer | 2017-10-25 10:30:05 +0900 | |
| commit | 2a454124458d5cc2488676692713667d455c0cd7 (patch) | |
| tree | b443f95657203257450d70b3711b5783fc6c1cd5 /python/python.go | |
| parent | 17ae970a92a8e822631279ea8ff430a46d0735cf (diff) | |
LLNDK can re-export headers
Added export_llndk_headers properties to llndk_library module. And a new
module type llndk_headers is added. This is to enable an LLNDK library
to reexport other LLNDK headers.
Bug: 65395259
Test: do the following
// frameworks/native/libs/arect/Android.bp
llndk_headers {
name: "libarect_vendor_headers",
export_include_dirs: ["include"],
}
// frameworks/native/libs/nativewindow/Android.bp
llndk_library {
name: "libnativewindow",
....
export_llndk_headers: ["libarect_vendor_headers"],
}
check that
-Iframeworks/native/libs/arect/include is in LOCAL_EXPORT_CFLAGS of
libnativewindow.vendor in out/soong/Android-<product>.mk
Change-Id: If1650414b2967f2042f4ebe2b593ed3f3ea45d3a
Diffstat (limited to 'python/python.go')
0 files changed, 0 insertions, 0 deletions