From 4abc7910608e959d6a98c3ad8e756b69e548b665 Mon Sep 17 00:00:00 2001 From: Martin Stjernholm Date: Tue, 14 May 2019 18:35:05 +0100 Subject: Remove libc_malloc_{hooks,debug} that should only be internal in the Runtime APEX. This is to fix the APEX_MODULE_LIBS test in main.mk. Another possible approach is to set DISABLE_APEX_LIBS_ABSENCE_CHECK here - it depends on what kind of product this actually produces. Test: build/soong/build_test.bash Bug: 118374951 Change-Id: I9931d3267f4b0673afcb78e0d1af7a7579db8fa6 --- uml.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/uml.mk b/uml.mk index 03db5e9..28c0190 100644 --- a/uml.mk +++ b/uml.mk @@ -59,8 +59,6 @@ PRODUCT_PACKAGES += \ libGLESv3 \ libbinder \ libc \ - libc_malloc_debug \ - libc_malloc_hooks \ libcutils \ libdl \ libgui \ -- cgit v1.2.3