summaryrefslogtreecommitdiffstats
path: root/core/native_test.mk
Commit message (Collapse)AuthorAgeFilesLines
* Allow to opt out both multilib in native test.Ying Wang2014-06-101-0/+4
| | | | | | This fixes error no 64-bit libdvm for dalvik-vm-unit-tests. Change-Id: Ieb21b3b636facbff32c62bca8bba1df6d21377c6
* build native tests for 32-bit and 64-bitColin Cross2014-03-261-0/+2
| | | | | | | 32-bit tests will build into /data/nativetest 64-bit tests will build into /data/nativetest64 Change-Id: I31492c7d1273ba18bb2577fae150008a214c3bf4
* Add library test makefile solutions.Christopher Ferris2014-02-051-15/+1
| | | | Change-Id: Ibc8df9b0e2342683158936bf011425780df8f02a
* 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