commit | 3a0a8918b2980b42b40c47d010cc299edc81f261 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Sep 25 16:11:31 2015 -0700 |
committer | Colin Cross <ccross@android.com> | Fri Sep 25 16:11:31 2015 -0700 |
tree | 1c0f6932d756011068c3a21fad226e063e921da8 | |
parent | 0d97557d3d6f56cf6dfdb7552d4f1471d56dfabe [diff] |
Link libgtest_main before libgtest libgtest_main uses symbols from libgtest. If libgtest_main is linked after libgtest, and the test .o files don't reference libgtest (which is unlikely), then the libgtest .o files will be ignored and libgtest_main won't be able to find its symbols from libgtest. Change-Id: Ica3bc679bd9d14e9a3065be927f085cf52faab64