aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiyoung Kim <kiyoungkim@google.com>2024-03-11 13:04:30 +0900
committerKiyoung Kim <kiyoungkim@google.com>2024-03-11 13:04:30 +0900
commitda80980959f70f1198f508e736f2c8d8057601a2 (patch)
tree8dee19bac0de44bf702eb04e10b7e96d9b85702b
parent57b9b27177b8f31dbe44a66b62f92201296b5337 (diff)
downloadcurl-da80980959f70f1198f508e736f2c8d8057601a2.tar.gz
Remove VNDK definition(s)
As of VNDK deprecation, any libraries that defines vndk is no longer valid anymore. This change removes all VNDK definition(s) from modules which was VNDK. Bug: 328994089 Test: AOSP CF build succeeded Change-Id: Ibcadd1dfbea747606cc3f17e9006c0da54570f5e
-rw-r--r--Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index 78bcdc291..151aa86c2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -88,9 +88,6 @@ cc_library {
name: "libcurl",
vendor_available: true,
product_available: true,
- vndk: {
- enabled: true,
- },
defaults: ["curl_common_defaults"],
export_include_dirs: ["include"],
host_supported: true,