55015ffb82
Test: builds Bug: 156098440 Change-Id: I663a3839e402a83ebf31b8a680c61f1e269548f6
23 lines
527 B
Text
23 lines
527 B
Text
cc_library_headers {
|
|
name: "libsystem_headers",
|
|
vendor_available: true,
|
|
recovery_available: true,
|
|
vendor_ramdisk_available: true,
|
|
host_supported: true,
|
|
native_bridge_supported: true,
|
|
apex_available: [
|
|
"//apex_available:platform",
|
|
"//apex_available:anyapex",
|
|
],
|
|
min_sdk_version: "apex_inherit",
|
|
export_include_dirs: ["include"],
|
|
|
|
target: {
|
|
linux_bionic: {
|
|
enabled: true,
|
|
},
|
|
windows: {
|
|
enabled: true,
|
|
},
|
|
},
|
|
}
|