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
This commit is contained in:
Martin Stjernholm 2019-05-14 18:37:40 +01:00
parent 87c470e127
commit ff29b0fa3e
1 changed files with 2 additions and 0 deletions

View File

@ -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 \