Merge "libutils: mark as vendor_available" am: 86c725a4c2
am: 7c8b168c4e
Change-Id: Ie78167b0b908bf97fa018c03ec1c07d8be6158f6
This commit is contained in:
commit
45d079ac73
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