summaryrefslogtreecommitdiffstats
path: root/libcutils
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2012-03-12 11:03:30 -0700
committerDima Zavin <dima@android.com>2012-03-12 11:03:38 -0700
commit7d31e6e53392ca6ce7fbe8f17efbeda8b0e91ccf (patch)
treec2d6c32b864e247b236cbc7637e440511e9de0cc /libcutils
parenta603e40f9efa0239ea18c9e98a0ae0f437c057f1 (diff)
downloadsystem_core-7d31e6e53392ca6ce7fbe8f17efbeda8b0e91ccf.zip
system_core-7d31e6e53392ca6ce7fbe8f17efbeda8b0e91ccf.tar.gz
system_core-7d31e6e53392ca6ce7fbe8f17efbeda8b0e91ccf.tar.bz2
cutils: str_parms: make test executable build for host instead
Change-Id: I711e03aaf859107c697c6dcb82e0ab83e94570ba Signed-off-by: Dima Zavin <dima@android.com>
Diffstat (limited to 'libcutils')
-rw-r--r--libcutils/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcutils/Android.mk b/libcutils/Android.mk
index dcf859b..4872f63 100644
--- a/libcutils/Android.mk
+++ b/libcutils/Android.mk
@@ -138,6 +138,6 @@ include $(CLEAR_VARS)
LOCAL_MODULE := tst_str_parms
LOCAL_CFLAGS += -DTEST_STR_PARMS
LOCAL_SRC_FILES := str_parms.c hashmap.c memory.c
-LOCAL_SHARED_LIBRARIES := liblog
+LOCAL_STATIC_LIBRARIES := liblog
LOCAL_MODULE_TAGS := optional
-include $(BUILD_EXECUTABLE)
+include $(BUILD_HOST_EXECUTABLE)