From ff29b0fa3edffc5acec1a8ab0fbc445b79978391 Mon Sep 17 00:00:00 2001 From: Martin Stjernholm Date: Tue, 14 May 2019 18:37:40 +0100 Subject: [PATCH] Add libc_malloc_{debug,hooks}.so to the absence check. They should only be in the Runtime APEX, c.f. discussion on http://r.android.com/957159. Test: build/soong/build_test.bash through Forrest Bug: 124293228 Change-Id: I33e97a56e67c3f4734d14f38e0f1597b697a2604 --- core/main.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/main.mk b/core/main.mk index df5c13cc2a..656a6ec5ad 100644 --- a/core/main.mk +++ b/core/main.mk @@ -1214,6 +1214,8 @@ APEX_MODULE_LIBS := \ libartd.so \ libartpalette.so \ libc.so \ + libc_malloc_debug.so \ + libc_malloc_hooks.so \ libdexfile.so \ libdexfile_external.so \ libdexfiled.so \