summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-04-20 01:47:57 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-04-20 01:47:57 +0000
commitc985524d7120cb635f5990b3f10f94802792d7c0 (patch)
tree64fe61e9de07480773f7ffa51f73de690b5065c3
parent257a4dde1d6ee8a7b60e22442a293f9464bcd200 (diff)
parent39a2e208fa25ce7d05cfc4b550863eeb0bd10941 (diff)
downloadlibhardware_legacy-c985524d7120cb635f5990b3f10f94802792d7c0.tar.gz
Merge "Mark as vendor_available"
am: 39a2e208fa Change-Id: I876ba572be5c6ce228a09199a90499d278306c3f
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index a24f426..087342a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -6,4 +6,5 @@ cc_library {
srcs: ["power/power.c"],
export_include_dirs: ["include"],
shared_libs: ["libcutils", "liblog"],
+ vendor_available: true,
}