commit | 6af4f596f81ce777f3dcbe020daccb431ad8c86d | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Thu Sep 14 08:45:52 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Sep 14 08:45:52 2017 +0000 |
tree | f569ca5179c490e2dd977d9d7cf49d7c4feda5a1 | |
parent | 03a3701ba8dd38f275e31e725d8e013446efeedc [diff] | |
parent | 39f7b5aa7d1c47c218bf107068810a78f7c43842 [diff] |
Merge "Mark the module as VNDK or VNDK-SP in Android.bp" am: bfa505f61d am: 39f7b5aa7d Change-Id: I38a76564df4f68a12892221238322afefacd59cb
diff --git a/Android.bp b/Android.bp index 6f36810..6d5476d 100644 --- a/Android.bp +++ b/Android.bp
@@ -32,6 +32,9 @@ cc_library { name: "libcurl", vendor_available: true, + vndk: { + enabled: true, + }, defaults: ["curl_common_defaults"], export_include_dirs: ["include"], host_supported: true,