aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-03-18 04:39:04 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-03-18 04:39:04 +0000
commitab7d809ff173589988f95f25b3cb7818a8981757 (patch)
treeca565f01f6caea99e64059f93ee6b37f9adf4c9f
parent27d3250ad1ac7cf8f34a77d3ef5bc46b56153869 (diff)
parente5b40020376606516a97af6bd78c7e0f11c1dde6 (diff)
downloadcompiler-rt-master.tar.gz
Merge "Remove VNDK definition(s)" into mainHEADmastermain
-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.