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,