summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 17942821d..534c395c1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -76,6 +76,10 @@ cc_library_shared {
name: "libc++",
host_supported: true,
vendor_available: true,
+ vndk: {
+ enabled: true,
+ support_system_process: true,
+ },
clang: true,
whole_static_libs: ["libc++_static"],
stl: "none",