summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiyoung Kim <kiyoungkim@google.com>2024-03-11 13:04:29 +0900
committerKiyoung Kim <kiyoungkim@google.com>2024-03-11 13:04:29 +0900
commitf2adeb830a5a1eda980545f0bc7a9d6b15caaeea (patch)
tree880641c3b7a9912b1fe383e3914821b56181ba90
parenta66fa42a8f60849056e60cb8020ec9d610b3d225 (diff)
downloadboringssl-f2adeb830a5a1eda980545f0bc7a9d6b15caaeea.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: I7eea463628ab08ba61de549f406d506621d3b4a1
-rw-r--r--Android.bp6
1 files changed, 0 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index 6d9a3b0a..b000c215 100644
--- a/Android.bp
+++ b/Android.bp
@@ -246,9 +246,6 @@ cc_library {
vendor_available: true,
product_available: true,
native_bridge_supported: true,
- vndk: {
- enabled: true,
- },
double_loadable: true,
recovery_available: true,
defaults: [
@@ -455,9 +452,6 @@ cc_library {
vendor_available: true,
product_available: true,
native_bridge_supported: true,
- vndk: {
- enabled: true,
- },
host_supported: true,
defaults: [
"libssl_sources",