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