diff options
author | Ying Wang <wangying@google.com> | 2014-10-08 16:22:03 -0700 |
---|---|---|
committer | Dmitriy Ivanov <dimitry@google.com> | 2014-10-08 16:38:58 -0700 |
commit | 667853d47770fbdb54aaf0b3261b0d4882725770 (patch) | |
tree | b131912e106bc55a2148ee04e4120389ca037f18 /tests/dlext_test.cpp | |
parent | ac3c94d031c16a0299471a593cdc6248494e539d (diff) | |
download | android_bionic-667853d47770fbdb54aaf0b3261b0d4882725770.tar.gz android_bionic-667853d47770fbdb54aaf0b3261b0d4882725770.tar.bz2 android_bionic-667853d47770fbdb54aaf0b3261b0d4882725770.zip |
Build dlext_testzip as custom module.
Use $(BUILD_SYSTEM)/base_rules to build it as custom module, so that
it's exposed to utilities like mm/mmma etc.
Bug: 17887283
Change-Id: Idd7b62d08e4d56331a3ff15da6aa46eae8c41898
Diffstat (limited to 'tests/dlext_test.cpp')
-rw-r--r-- | tests/dlext_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dlext_test.cpp b/tests/dlext_test.cpp index 7585e9b30..c5443a8c6 100644 --- a/tests/dlext_test.cpp +++ b/tests/dlext_test.cpp @@ -52,7 +52,7 @@ typedef int (*fn)(void); #endif #define LIBPATH LIBPATH_PREFIX "libdlext_test_fd.so" -#define LIBZIPPATH LIBPATH_PREFIX "dlext_test.zip" +#define LIBZIPPATH LIBPATH_PREFIX "libdlext_test_fd_zipaligned.zip" #define LIBZIP_OFFSET 2*PAGE_SIZE |