aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2017-09-14 08:45:52 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-14 08:45:52 +0000
commit6af4f596f81ce777f3dcbe020daccb431ad8c86d (patch)
treef569ca5179c490e2dd977d9d7cf49d7c4feda5a1
parent03a3701ba8dd38f275e31e725d8e013446efeedc (diff)
parent39f7b5aa7d1c47c218bf107068810a78f7c43842 (diff)
downloadcurl-6af4f596f81ce777f3dcbe020daccb431ad8c86d.tar.gz
Merge "Mark the module as VNDK or VNDK-SP in Android.bp" am: bfa505f61d
am: 39f7b5aa7d Change-Id: I38a76564df4f68a12892221238322afefacd59cb
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 6f3681042..6d5476d89 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,