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

Commit 1b28d26a authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am 4fb69770: Merge change 5024 into donut

Merge commit '4fb69770'

* commit '4fb69770':
  Remove opengl tests from tests build
parents 4c279770 4fb69770
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES:= app-linux.c demo.c.arm
LOCAL_SHARED_LIBRARIES := libEGL libGLESv1_CM libui
LOCAL_MODULE:= angeles
LOCAL_MODULE_TAGS := tests
LOCAL_MODULE_TAGS := optional
include $(BUILD_EXECUTABLE)


@@ -13,5 +13,5 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES:= gpustate.c
LOCAL_SHARED_LIBRARIES := libEGL libGLESv1_CM
LOCAL_MODULE:= gpustate
LOCAL_MODULE_TAGS := tests
LOCAL_MODULE_TAGS := optional
include $(BUILD_EXECUTABLE)
+1 −1
Original line number Diff line number Diff line
@@ -12,6 +12,6 @@ LOCAL_SHARED_LIBRARIES := \

LOCAL_MODULE:= test-opengl-filter

LOCAL_MODULE_TAGS := tests
LOCAL_MODULE_TAGS := optional

include $(BUILD_EXECUTABLE)
+1 −1
Original line number Diff line number Diff line
@@ -12,6 +12,6 @@ LOCAL_SHARED_LIBRARIES := \

LOCAL_MODULE:= test-opengl-finish

LOCAL_MODULE_TAGS := tests
LOCAL_MODULE_TAGS := optional

include $(BUILD_EXECUTABLE)
+1 −1
Original line number Diff line number Diff line
@@ -12,6 +12,6 @@ LOCAL_SHARED_LIBRARIES := \

LOCAL_MODULE:= test-opengl-textures

LOCAL_MODULE_TAGS := tests
LOCAL_MODULE_TAGS := optional

include $(BUILD_EXECUTABLE)
+1 −1
Original line number Diff line number Diff line
@@ -12,6 +12,6 @@ LOCAL_SHARED_LIBRARIES := \

LOCAL_MODULE:= test-opengl-tritex

LOCAL_MODULE_TAGS := tests
LOCAL_MODULE_TAGS := optional

include $(BUILD_EXECUTABLE)