diff options
author | 2015-03-27 21:42:15 +0000 | |
---|---|---|
committer | 2015-03-27 21:42:15 +0000 | |
commit | 06e62ab24e0b90707ab92da26e0726405ed7856e (patch) | |
tree | 9449545e7ffcd7cdad529bd9225f190f138efe1d | |
parent | 10b79ba9afa494c5e716845b1c44e8148c7ed87f (diff) | |
parent | cc47075cd72d3649433c7a69ae5c88669a56646d (diff) | |
download | latinime-06e62ab24e0b90707ab92da26e0726405ed7856e.tar.gz latinime-06e62ab24e0b90707ab92da26e0726405ed7856e.tar.xz latinime-06e62ab24e0b90707ab92da26e0726405ed7856e.zip |
am cc47075c: Merge "Remove uses of libcxx.mk."
* commit 'cc47075cd72d3649433c7a69ae5c88669a56646d':
Remove uses of libcxx.mk.
-rw-r--r-- | native/jni/TargetUnitTests.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/native/jni/TargetUnitTests.mk b/native/jni/TargetUnitTests.mk index 12aae44ea..ae838233f 100644 --- a/native/jni/TargetUnitTests.mk +++ b/native/jni/TargetUnitTests.mk @@ -44,9 +44,6 @@ LOCAL_MODULE_TAGS := tests LOCAL_SRC_FILES := \ $(addprefix $(LATIN_IME_TEST_SRC_DIR)/, $(LATIN_IME_CORE_TEST_FILES)) LOCAL_STATIC_LIBRARIES += liblatinime_target_static_for_unittests -# Here intentionally include external/libcxx/libcxx.mk rather because -# $(BUILD_NATIVE_TEST) fails when LOCAL_NDK_STL_VARIANT is specified. -include external/libcxx/libcxx.mk include $(BUILD_NATIVE_TEST) #################### Clean up the tmp vars |