diff options
| -rw-r--r-- | C/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/C/Android.bp b/C/Android.bp index 296f737..4159054 100644 --- a/C/Android.bp +++ b/C/Android.bp @@ -5,6 +5,7 @@ cc_library { host_supported: true, vendor_available: true, recovery_available: true, + native_bridge_supported: true, vndk: { enabled: true, support_system_process: true, |
