aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2017-09-14 08:42:23 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-14 08:42:23 +0000
commit39f7b5aa7d1c47c218bf107068810a78f7c43842 (patch)
treef569ca5179c490e2dd977d9d7cf49d7c4feda5a1
parent6ea976fbfd9227d5ad85a10a666730fb58f0825c (diff)
parentbfa505f61d33429f40bf843b7871fc793dd017d4 (diff)
downloadandroid_external_curl-39f7b5aa7d1c47c218bf107068810a78f7c43842.tar.gz
android_external_curl-39f7b5aa7d1c47c218bf107068810a78f7c43842.tar.bz2
android_external_curl-39f7b5aa7d1c47c218bf107068810a78f7c43842.zip
Merge "Mark the module as VNDK or VNDK-SP in Android.bp"
am: bfa505f61d Change-Id: If42ce853069c34af11a469935cae34318dfc5c74
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 6f36810..6d5476d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -32,6 +32,9 @@ cc_defaults {
cc_library {
name: "libcurl",
vendor_available: true,
+ vndk: {
+ enabled: true,
+ },
defaults: ["curl_common_defaults"],
export_include_dirs: ["include"],
host_supported: true,