diff options
| -rw-r--r-- | libdl/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libdl/Android.bp b/libdl/Android.bp index 43ddbfe68..642cc7ae0 100644 --- a/libdl/Android.bp +++ b/libdl/Android.bp @@ -92,6 +92,8 @@ cc_library { nocrt: true, system_shared_libs: [], + + // Opt out of native_coverage when opting out of system_shared_libs native_coverage: false, // This is placeholder library the actual implementation is (currently) |
