Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7742d9bf authored by Narayan Kamath's avatar Narayan Kamath Committed by Android Git Automerger
Browse files

am 98569bc7: am da3fb537: am 6e074c68: Merge "Build pixelflinger tests as...

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

* commit '98569bc7':
  Build pixelflinger tests as native tests, not executables.
parents f267b063 98569bc7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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)
+3 −1
Original line number Diff line number Diff line
@@ -13,4 +13,6 @@ LOCAL_MODULE:= test-pixelflinger-arm64-col32cb16blend

LOCAL_MODULE_TAGS := tests

include $(BUILD_EXECUTABLE)
LOCAL_MULTILIB := 64

include $(BUILD_NATIVE_TEST)
+3 −1
Original line number Diff line number Diff line
@@ -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)
+3 −1
Original line number Diff line number Diff line
@@ -13,4 +13,6 @@ LOCAL_MODULE:= test-pixelflinger-arm64-t32cb16blend

LOCAL_MODULE_TAGS := tests

include $(BUILD_EXECUTABLE)
LOCAL_MULTILIB := 64

include $(BUILD_NATIVE_TEST)
+1 −1
Original line number Diff line number Diff line
@@ -15,4 +15,4 @@ LOCAL_MODULE:= test-opengl-codegen

LOCAL_MODULE_TAGS := tests

include $(BUILD_EXECUTABLE)
include $(BUILD_NATIVE_TEST)
Loading