summaryrefslogtreecommitdiffstats
path: root/core/native_test.mk
Commit message (Collapse)AuthorAgeFilesLines
* Rely only on NDK libs if built against the NDK.Ulas Kirazci2012-09-261-2/+6
| | | | Change-Id: Icf0b690181669830d3b2d19aa5b7dd6815b44bfc
* Define the proper macro "GTEST_OS_LINUX_ANDROID" for native tests.Ben Cheng2012-08-271-1/+1
| | | | | | Bug 7050760 Change-Id: I05e69b741eaf628ab1d25dec12a953f9f2a3d9a2
* Add $(LOCAL_MODULE) as part of the installed path.Ying Wang2010-07-261-1/+1
| | | | Change-Id: If691e263f157aa0d123c0e3fe3c9698bbbf58c96
* Fix native test static lib.Ying Wang2010-07-211-1/+1
| | | | Change-Id: I2ef5a4c913732a9a3211556493926f4883b4160e
* Flags common for native testsYing Wang2010-07-211-0/+18
With the CL, "include $(BUILD_NATIVE_TEST)" to build native test; "include $(BUILD_HOST_NATIVE_TEST)" to build a host native test. Change-Id: Icdbbcf906cd4c5c35e65962897490052cd051102