aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijay Venkatraman <vijaykv@google.com>2017-05-16 12:06:37 -0700
committerVijay Venkatraman <vijaykv@google.com>2017-05-16 12:06:37 -0700
commit24313e8c1f9ab384ce3d06a20aa49e6ebde53888 (patch)
tree31b0b45488847141dc0476d2f5029b49647e53d9
parent5662ebf88890d4749254f34e26b727803afdcb7b (diff)
downloadcurl-24313e8c1f9ab384ce3d06a20aa49e6ebde53888.tar.gz
Add vendor_available:true for libcurlandroid-vts-8.0_r2android-vts-8.0_r1oreo-dev
Bug: 38244611 Test: build sailfish Change-Id: Ib3ae539bafe8435c67983c999c241061af563d92
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e10f4238d..7b7918528 100644
--- a/Android.bp
+++ b/Android.bp
@@ -32,6 +32,7 @@ cc_defaults {
cc_library {
name: "libcurl",
+ vendor_available: true,
defaults: ["curl_common_defaults"],
export_include_dirs: ["include"],
host_supported: true,