commit | 8c141e7e9f39f679afed0e2b0de30dc1b6521740 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Mar 24 18:39:18 2014 -0700 |
committer | Colin Cross <ccross@android.com> | Wed Mar 26 13:13:23 2014 -0700 |
tree | a27fa715d3a6c672b164c0d01f74d66006954d58 | |
parent | e6e48f67d8fac2b5a29dbfeb1ad40610a451b792 [diff] [blame] |
build native tests for 32-bit and 64-bit 32-bit tests will build into /data/nativetest 64-bit tests will build into /data/nativetest64 Change-Id: I31492c7d1273ba18bb2577fae150008a214c3bf4
diff --git a/core/native_test.mk b/core/native_test.mk index fc08f79..bc7f2e7 100644 --- a/core/native_test.mk +++ b/core/native_test.mk
@@ -5,4 +5,6 @@ include $(BUILD_SYSTEM)/target_test_internal.mk +LOCAL_MULTILIB := both + include $(BUILD_EXECUTABLE)