Merge "libutils: mark as vendor_available"

am: 86c725a4c2

Change-Id: I8e46dc744dca4d0d3400fe1f8325c43ee3d03677
This commit is contained in:
Steven Moreland 2017-04-13 01:52:29 +00:00 committed by android-build-merger
commit 7c8b168c4e

View file

@ -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: [