diff options
| author | 2019-05-15 10:47:49 +0000 | |
|---|---|---|
| committer | 2019-05-15 10:47:49 +0000 | |
| commit | e51a7282b57779ffa245e712edf2e7dbe134fc61 (patch) | |
| tree | 15f4cd51f86d61f745df7d68bbf36c8d2e980f06 | |
| parent | 3163453d0af09a5a8c78d509116dba6306e824ec (diff) | |
| parent | ff29b0fa3edffc5acec1a8ab0fbc445b79978391 (diff) | |
Merge "Add libc_malloc_{debug,hooks}.so to the absence check."
| -rw-r--r-- | core/main.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |