fc57708aeb
This reverts commit c83ea95654
.
Change-Id: I86d89381257e975654bbd0d4e71c35ca77e87228
15 lines
286 B
Text
15 lines
286 B
Text
cc_library_headers {
|
|
name: "libsystem_headers",
|
|
vendor_available: true,
|
|
host_supported: true,
|
|
export_include_dirs: ["include"],
|
|
|
|
target: {
|
|
linux_bionic: {
|
|
enabled: true,
|
|
},
|
|
windows: {
|
|
enabled: true,
|
|
},
|
|
}
|
|
}
|