aboutsummaryrefslogtreecommitdiff
path: root/README.android
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2016-09-12 15:15:56 -0700
committerDan Albert <danalbert@google.com>2016-09-12 15:17:36 -0700
commitf52a10388ac955ab1c1ff0db8ddc689054fc4801 (patch)
tree88b43f9f03f7c1a069ae10eb3e27882e7dd0781c /README.android
parent2967be132734c9d35fe614893e4626a4e4ac2d38 (diff)
downloadgtest-f52a10388ac955ab1c1ff0db8ddc689054fc4801.tar.gz
Revert "Disable the legacy gtest."
Apparently there are dozens of other builds using this that aren't using the Android build system. I'm not going to go fix all of them, so just put all the source back. This project has been removed from the master manifest, so nothing here should be colliding with the real one in external/googletest. This reverts commit 0af8635d8866bdfdc72b1070f041ada1ac136e3f. Bug: http://b/16574165 Change-Id: Ie07a8156281a1dab9885eef64788fe362d4e3c36
Diffstat (limited to 'README.android')
-rw-r--r--README.android29
1 files changed, 29 insertions, 0 deletions
diff --git a/README.android b/README.android
new file mode 100644
index 0000000..90860c4
--- /dev/null
+++ b/README.android
@@ -0,0 +1,29 @@
+URL:http://code.google.com/p/googletest/downloads/list
+Version: 1.7.0
+
+
+
+TODO: turn this into a script!
+
+
+Added Android.mk, src/Android.mk and test/Android.mk files.
+
+Removed non Android build files:
+ rm -f Makefile.in
+ rm -f Makefile.am
+ rm -f aclocal.m4
+ rm -f CMakeLists.txt
+ rm -f configure*
+ rm -rf build-aux/
+ rm -rf codegear/
+ rm -rf m4/
+ rm -rf make/
+ rm -rf msvc/
+ rm -rf samples/
+ rm -rf scripts/
+ rm -rf scons/
+ rm -rf xcode/
+ rm -rf cmake/
+ rm -rf fused-src/
+
+TODO: fix /sdcard path in test/gtest-filepath_test.cc.