Remove libjemalloc5 from default musl libraries

The musl allocator works now, remove libjemalloc5 from the default
libraries.

Bug: 190084016
Test: prebuilts/build-tools/build-prebuilts.sh --musl
Change-Id: I12ef8112af99f90e10e8a247ddc2eddfd4cd98a0
This commit is contained in:
Colin Cross
2021-08-02 13:17:13 -07:00
parent 5c1804831d
commit 90a8b3abd5
2 changed files with 1 additions and 11 deletions

View File

@@ -451,16 +451,6 @@ func commonDefaultModules() string {
name: "note_memtag_heap_sync",
}
cc_library {
name: "libjemalloc5",
host_supported: true,
no_libcrt: true,
nocrt: true,
system_shared_libs: [],
stl: "none",
}
cc_library {
name: "libc_musl",
host_supported: true,