blob: 90860c4f1854fc27b3ea2380ad6a4dad539e7fcc [file] [log] [blame]
Nicolas Catania1be2c9d2009-05-28 19:30:30 -07001URL:http://code.google.com/p/googletest/downloads/list
Elliott Hughesfc2de662014-01-28 16:58:35 -08002Version: 1.7.0
Nicolas Catania1be2c9d2009-05-28 19:30:30 -07003
Nicolas Catania1be2c9d2009-05-28 19:30:30 -07004
Elliott Hughesfc2de662014-01-28 16:58:35 -08005
6TODO: turn this into a script!
7
Nicolas Catania1be2c9d2009-05-28 19:30:30 -07008
9Added Android.mk, src/Android.mk and test/Android.mk files.
10
11Removed non Android build files:
Elliott Hughesfc2de662014-01-28 16:58:35 -080012 rm -f Makefile.in
13 rm -f Makefile.am
14 rm -f aclocal.m4
15 rm -f CMakeLists.txt
16 rm -f configure*
Nicolas Catania1be2c9d2009-05-28 19:30:30 -070017 rm -rf build-aux/
Brett Chabot41d05792011-11-30 12:44:19 -080018 rm -rf codegear/
Nicolas Catania1be2c9d2009-05-28 19:30:30 -070019 rm -rf m4/
20 rm -rf make/
21 rm -rf msvc/
Elliott Hughes3fc9a002014-01-28 20:56:03 -080022 rm -rf samples/
23 rm -rf scripts/
Nicolas Catania1be2c9d2009-05-28 19:30:30 -070024 rm -rf scons/
25 rm -rf xcode/
Brett Chabot41d05792011-11-30 12:44:19 -080026 rm -rf cmake/
27 rm -rf fused-src/
Nicolas Catania1be2c9d2009-05-28 19:30:30 -070028
Elliott Hughesfc2de662014-01-28 16:58:35 -080029TODO: fix /sdcard path in test/gtest-filepath_test.cc.