Merge "libutils: mark as vendor_available" into oc-dev
This commit is contained in:
commit
bed3cbd8ac
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
|
|
||||||
cc_library_headers {
|
cc_library_headers {
|
||||||
name: "libutils_headers",
|
name: "libutils_headers",
|
||||||
|
vendor_available: true,
|
||||||
host_supported: true,
|
host_supported: true,
|
||||||
export_include_dirs: ["include"],
|
export_include_dirs: ["include"],
|
||||||
target: {
|
target: {
|
||||||
|
|
@ -28,6 +29,7 @@ cc_library_headers {
|
||||||
|
|
||||||
cc_library {
|
cc_library {
|
||||||
name: "libutils",
|
name: "libutils",
|
||||||
|
vendor_available: true,
|
||||||
host_supported: true,
|
host_supported: true,
|
||||||
|
|
||||||
srcs: [
|
srcs: [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue