aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 29426a7d7..89c5bb714 100644
--- a/Android.bp
+++ b/Android.bp
@@ -33,6 +33,9 @@ cc_defaults {
cc_library {
name: "libcurl",
vendor_available: true,
+ vndk: {
+ enabled: true,
+ },
defaults: ["curl_common_defaults"],
export_include_dirs: ["include"],
host_supported: true,