Commit f671d9ae authored by Ying Wang's avatar Ying Wang
Browse files

Add $(LOCAL_MODULE) as part of the installed path.

Change-Id: If691e263f157aa0d123c0e3fe3c9698bbbf58c96
parent 83ef7049
......@@ -12,7 +12,7 @@ LOCAL_STATIC_LIBRARIES += libgtest libgtest_main
LOCAL_SHARED_LIBRARIES += libstlport
ifndef LOCAL_MODULE_PATH
LOCAL_MODULE_PATH := $(TARGET_OUT_DATA_NATIVE_TESTS)
LOCAL_MODULE_PATH := $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE)
endif
include $(BUILD_EXECUTABLE)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment