Merge "Move the library to vendor partition"
diff --git a/Android.bp b/Android.bp
index e10f423..7b79185 100644
--- a/Android.bp
+++ b/Android.bp
@@ -32,6 +32,7 @@
 
 cc_library {
     name: "libcurl",
+    vendor_available: true,
     defaults: ["curl_common_defaults"],
     export_include_dirs: ["include"],
     host_supported: true,