From 667853d47770fbdb54aaf0b3261b0d4882725770 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Wed, 8 Oct 2014 16:22:03 -0700 Subject: 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 --- tests/dlext_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/dlext_test.cpp') 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 -- cgit v1.2.3