diff options
author | 2015-03-27 23:38:15 +0000 | |
---|---|---|
committer | 2015-03-27 23:38:15 +0000 | |
commit | ff94abe84a04f22a2eb0da7bb5dfcb383cb722b5 (patch) | |
tree | 6a70994c31bb17fad671ec64eb028f7310601588 | |
parent | 871a894df752c3593a18c08bf544bf8e1138307d (diff) | |
parent | 4b43b8798c5ed01b78f96a664f01f2111323fea8 (diff) | |
download | latinime-ff94abe84a04f22a2eb0da7bb5dfcb383cb722b5.tar.gz latinime-ff94abe84a04f22a2eb0da7bb5dfcb383cb722b5.tar.xz latinime-ff94abe84a04f22a2eb0da7bb5dfcb383cb722b5.zip |
am 4b43b879: am 9ce2d0bb: am 06e62ab2: am cc47075c: Merge "Remove uses of libcxx.mk."
* commit '4b43b8798c5ed01b78f96a664f01f2111323fea8':
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 |