am da3fb537: am 6e074c68: Merge "Build pixelflinger tests as native tests, not executables."

* commit 'da3fb5374a5c012dc65f193d0d84a732dd628b21':
  Build pixelflinger tests as native tests, not executables.
This commit is contained in:
Narayan Kamath 2014-06-30 12:24:52 +00:00 committed by Android Git Automerger
commit 98569bc708
6 changed files with 14 additions and 6 deletions

View file

@ -16,4 +16,6 @@ LOCAL_MODULE:= test-pixelflinger-arm64-assembler-test
LOCAL_MODULE_TAGS := tests
include $(BUILD_EXECUTABLE)
LOCAL_MULTILIB := 64
include $(BUILD_NATIVE_TEST)

View file

@ -13,4 +13,6 @@ LOCAL_MODULE:= test-pixelflinger-arm64-col32cb16blend
LOCAL_MODULE_TAGS := tests
include $(BUILD_EXECUTABLE)
LOCAL_MULTILIB := 64
include $(BUILD_NATIVE_TEST)

View file

@ -14,4 +14,6 @@ LOCAL_MODULE:= test-pixelflinger-arm64-disassembler-test
LOCAL_MODULE_TAGS := tests
include $(BUILD_EXECUTABLE)
LOCAL_MULTILIB := 64
include $(BUILD_NATIVE_TEST)

View file

@ -13,4 +13,6 @@ LOCAL_MODULE:= test-pixelflinger-arm64-t32cb16blend
LOCAL_MODULE_TAGS := tests
include $(BUILD_EXECUTABLE)
LOCAL_MULTILIB := 64
include $(BUILD_NATIVE_TEST)

View file

@ -15,4 +15,4 @@ LOCAL_MODULE:= test-opengl-codegen
LOCAL_MODULE_TAGS := tests
include $(BUILD_EXECUTABLE)
include $(BUILD_NATIVE_TEST)

View file

@ -13,4 +13,4 @@ LOCAL_MODULE:= test-pixelflinger-gglmul
LOCAL_MODULE_TAGS := tests
include $(BUILD_EXECUTABLE)
include $(BUILD_NATIVE_TEST)