Merge "Mark the module as VNDK or VNDK-SP in Android.bp"
am: 2733fdc9de

Change-Id: I6d3e99d26da5b4d65c23fdf2d318962425d3ea90
diff --git a/Android.bp b/Android.bp
index 286599a..c5c3db0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -72,6 +72,11 @@
 
 cc_library {
     name: "libcompiler_rt",
+    vendor_available: true,
+    vndk: {
+        enabled: true,
+        support_system_process: true,
+    },
     host_supported: true,
     // The following list contains platform-independent functionalities.
     //