History log of /external/gtest/test/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
41d0579e8de9ef4ff178fc4991043c61a19943f7 30-Nov-2011 Brett Chabot <brettchabot@android.com> Update gtest to 1.6

Change-Id: I64785f7e1926e230b3f1b8df47c424e6ee423446
/external/gtest/test/Android.mk
2ae00dcfeddad61a0df358a6f91b100f919cdb12 12-Jul-2011 Jeff Brown <jeffbrown@google.com> Remove the simulator target from all makefiles.
Bug: 5010576

Change-Id: I92ab9fac18b175fce4a15d48fa272f7ab32ecc27
/external/gtest/test/Android.mk
cda9ca55683d97e2d215e4a786a865e2b41bc26f 22-Feb-2010 Nicolas Catania <niko@google.com> Build gtest using stlport.

src/Android.mk
Added _host prefix to the module name for host build to prevent
name clashes with the device's targets.

tests/Android.mk
Added _host prefix to the tests built on host.
Use new variables to list the required libraries. This is needed
because the host libs now have a _host suffix so I maintain the 2
lists of libs separatly.
Tests are systematically built.

Tested: On linux, build passion-eng and sim-eng

Needs to be submitted before Id4771c5f
/external/gtest/test/Android.mk
97bd226fd5b5ea1600c00b04fd281c71cdbaa0aa 09-Feb-2010 Nicolas Catania <niko@google.com> Fix for the gtest makefiles to build the libs and tests.

For the linux targets, fixed the include directives to include libstdc++ and astl.
For the targets, both libgtest and libgtest_main are built.

Tested on linux: passion-eng and sim-eng.
/external/gtest/test/Android.mk
f6071db8c6f4192253a3c544379ad35dcb64dab0 24-Jun-2009 Nicolas Catania <niko@google.com> Adjusted gtest-port.h to work when ANDROID is defined.

Removed from the makefile the explicit OS setting (was linux)
Added a new OS: Android.
When -DANDROID is specified during preprocessing, the right
includes should happen.
/external/gtest/test/Android.mk
1be2c9def7187e4e643c00a31dd9986395795d7d 29-May-2009 Nicolas Catania <niko@google.com> First import of gtest 1.3.0.

Currently builds only under linux.
Support for darwin and windows will be added later.

Removed unecessary make files for other systems.
Added Android.mk to build the libraries and test suite on host.

Will enable the target build when the aSTL is available.

Added NOTICE and MODULE_LICENSE files.

Tests are tagged with 'eng' and 'tests'
/external/gtest/test/Android.mk
ee6dc702a03e8768998a8b5321f9c2bd8bed63e5 27-May-2009 Nicolas Catania <niko@google.com> Revert "First import of gtest 1.3.0"

This reverts commit 96839103cf05c81525e57ef00456e0afac90823f.
/external/gtest/test/Android.mk
96839103cf05c81525e57ef00456e0afac90823f 30-Apr-2009 Nicolas Catania <niko@google.com> First import of gtest 1.3.0

Removed unecessary make files for other systems.
Added Android.mk to build the libraries and test suite on host.

Will enable the target build when the aSTL is available.

Added NOTICE and MODULE_LICENSE files.

Tests are tagged with 'eng' and 'tests'
/external/gtest/test/Android.mk