blob: 9c13d23b8c49c69cecd7ba5f92cd70d4c4b349e2 [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/
22 rm -rf scons/
23 rm -rf xcode/
Brett Chabot41d05792011-11-30 12:44:19 -080024 rm -rf cmake/
25 rm -rf fused-src/
Nicolas Catania1be2c9d2009-05-28 19:30:30 -070026
Elliott Hughesfc2de662014-01-28 16:58:35 -080027TODO: remove samples/ and scripts/?
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.