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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user