diff options
author | Ryan Prichard <rprichard@google.com> | 2018-03-29 23:38:21 -0700 |
---|---|---|
committer | Ryan Prichard <rprichard@google.com> | 2018-03-30 13:56:03 -0700 |
commit | ef59154d4129b132884f74ea0f38146f67383d81 (patch) | |
tree | a3607e1685048003947bbf740864928348d8b485 /libc/malloc_hooks/malloc_hooks.cpp | |
parent | 3bddbbe844040520f97ed0530f323bd646988fc7 (diff) |
Fix build failure with dlext_testzip Bionic tests
Other build rules create and use a test config file in the intermediate
directory containing $(LOCAL_BUILT_MODULE). Currently, this makefile
deletes $(dir $(LOCAL_BUILT_MODULE)) (aka $(dir $@)), so it can delete
the config file after it's created and before it's used. Avoid this
issue by using $(dir $@)/zipdir as the working directory for
constructing a zip file.
Bug: b/74524170
Test: mmma bionic
Test: run Bionic unit tests
Change-Id: Icee4d7bc72ba1c136385a0cb2c28491649598e7c
Diffstat (limited to 'libc/malloc_hooks/malloc_hooks.cpp')
0 files changed, 0 insertions, 0 deletions