aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiyoung Kim <kiyoungkim@google.com>2024-03-11 13:04:28 +0900
committerKiyoung Kim <kiyoungkim@google.com>2024-03-11 13:04:28 +0900
commite5b40020376606516a97af6bd78c7e0f11c1dde6 (patch)
treeca565f01f6caea99e64059f93ee6b37f9adf4c9f
parent27d3250ad1ac7cf8f34a77d3ef5bc46b56153869 (diff)
downloadcompiler-rt-e5b40020376606516a97af6bd78c7e0f11c1dde6.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: I0d419c9a204bc1ab9f02344ee04cf4b0b7223def
-rw-r--r--Android.bp6
1 files changed, 1 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index dbcdd3f84..9a0f62493 100644
--- a/Android.bp
+++ b/Android.bp
@@ -110,11 +110,7 @@ cc_library {
name: "libcompiler_rt",
vendor_available: true,
product_available: true,
- vndk: {
- enabled: true,
- support_system_process: true,
- private: true,
- },
+ double_loadable: true,
host_supported: true,
native_bridge_supported: true,
// The following list contains platform-independent functionalities.