summaryrefslogtreecommitdiffstats
path: root/NativeCode.mk
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2013-02-01 11:26:09 -0800
committerKenny Root <kroot@google.com>2013-02-01 11:32:22 -0800
commit5f1f97c39628995ed1d1913c192d91e17ea26ef1 (patch)
tree55ad9bd0c1218390b9733ad21b5f51d0a1fe26de /NativeCode.mk
parentbae3d395f7a0fcb871d46d23ea61dd329742335d (diff)
downloadlibcore-5f1f97c39628995ed1d1913c192d91e17ea26ef1.zip
libcore-5f1f97c39628995ed1d1913c192d91e17ea26ef1.tar.gz
libcore-5f1f97c39628995ed1d1913c192d91e17ea26ef1.tar.bz2
Change native test module name
Change-Id: Ie4f9c5a2fb440d8455748bc30949b8b956d75625
Diffstat (limited to 'NativeCode.mk')
-rw-r--r--NativeCode.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/NativeCode.mk b/NativeCode.mk
index 8878c96..b7c8b0e 100644
--- a/NativeCode.mk
+++ b/NativeCode.mk
@@ -139,7 +139,7 @@ LOCAL_C_INCLUDES := $(test_c_includes)
LOCAL_SHARED_LIBRARIES := $(test_shared_libraries)
LOCAL_STATIC_LIBRARIES := $(test_static_libraries)
LOCAL_MODULE_TAGS := optional
-LOCAL_MODULE := libjavacore-test
+LOCAL_MODULE := libjavacoretests
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/NativeCode.mk
include $(BUILD_SHARED_LIBRARY)
@@ -174,7 +174,7 @@ ifeq ($(WITH_HOST_DALVIK),true)
LOCAL_CPPFLAGS += $(core_cppflags)
LOCAL_LDLIBS += -ldl -lpthread
LOCAL_MODULE_TAGS := optional
- LOCAL_MODULE := libjavacore-test
+ LOCAL_MODULE := libjavacoretests
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/NativeCode.mk
LOCAL_SHARED_LIBRARIES := $(test_shared_libraries)
LOCAL_STATIC_LIBRARIES := $(test_static_libraries)