Files
build_soong/cc
Jiyong Park 2a45412445 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
2017-10-25 10:30:05 +09:00
..
2017-10-25 10:30:05 +09:00
2017-10-19 22:39:32 +09:00
2017-05-09 13:44:49 -07:00
2017-09-18 23:33:25 -07:00
2017-10-25 10:30:05 +09:00
2017-06-30 21:08:36 +00:00
2017-10-16 13:36:29 -07:00
2016-08-01 14:36:22 -07:00
2016-07-29 15:17:58 -07:00
2017-10-21 16:04:14 +00:00
2017-06-30 21:08:36 +00:00