diff options
author | Pirama Arumuga Nainar <pirama@google.com> | 2018-12-20 13:52:19 -0800 |
---|---|---|
committer | Pirama Arumuga Nainar <pirama@google.com> | 2019-02-07 14:28:29 -0800 |
commit | 852d5230e214fad979e99358b3ff55ea33b5f61a (patch) | |
tree | 95d425abfa1f0346901327e9db17797bfd9e5af2 /libdl | |
parent | 1d3c56bc308c34217e36def4b408d8bae390924e (diff) |
Disable native_coverage for libdl
Bug: http://b/116873221
Bug: http://b/124067925
If not,
https://android-review.googlesource.com/c/platform/build/soong/+/848621
breaks blueline_coverage-userdebug target in internal branches with the
following error:
build/make/core/base_rules.mk:290: error: bionic/libdl:
MODULE.TARGET.SHARED_LIBRARIES.libdl already defined by
bionic/libdl.
Test: build blueline_coverage-userdebug in internal branch.
Change-Id: I8fff866ae2e17ce6daa4d8c75c72ceb17e2e73de
Diffstat (limited to 'libdl')
-rw-r--r-- | libdl/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdl/Android.bp b/libdl/Android.bp index c17e72e27..43ddbfe68 100644 --- a/libdl/Android.bp +++ b/libdl/Android.bp @@ -92,6 +92,7 @@ cc_library { nocrt: true, system_shared_libs: [], + native_coverage: false, // This is placeholder library the actual implementation is (currently) // provided by the linker. |