diff options
author | Narayan Kamath <narayan@google.com> | 2014-06-26 13:22:14 +0100 |
---|---|---|
committer | Narayan Kamath <narayan@google.com> | 2014-06-26 13:22:44 +0100 |
commit | 992031c8767ed7f5af35462b77533048aa29fee0 (patch) | |
tree | 5c8aaa80742f0d073a77622b0eec806a493bc007 /libpixelflinger/tests/gglmul | |
parent | a42d5bf0064e8c8ce50b22abe13bb6eed4ea9dac (diff) | |
download | system_core-992031c8767ed7f5af35462b77533048aa29fee0.zip system_core-992031c8767ed7f5af35462b77533048aa29fee0.tar.gz system_core-992031c8767ed7f5af35462b77533048aa29fee0.tar.bz2 |
Build pixelflinger tests as native tests, not executables.
This has the side effect of building tests for both 32
and 64 bit, where required.
Change-Id: I674800d34b4fa7cc5d34573c96b754ac85777970
Diffstat (limited to 'libpixelflinger/tests/gglmul')
-rw-r--r-- | libpixelflinger/tests/gglmul/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpixelflinger/tests/gglmul/Android.mk b/libpixelflinger/tests/gglmul/Android.mk index 64f88b7..f479fa1 100644 --- a/libpixelflinger/tests/gglmul/Android.mk +++ b/libpixelflinger/tests/gglmul/Android.mk @@ -13,4 +13,4 @@ LOCAL_MODULE:= test-pixelflinger-gglmul LOCAL_MODULE_TAGS := tests -include $(BUILD_EXECUTABLE) +include $(BUILD_NATIVE_TEST) |