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

Commit 883ad9e2 authored by Louis Huemiller's avatar Louis Huemiller Committed by Android (Google) Code Review
Browse files

Merge "Hardware Composer Stress Test"

parents 8df09a09 98027ada
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
LOCAL_PATH:= $(call my-dir)

include $(CLEAR_VARS)
LOCAL_SRC_FILES:= hwc_stress.cpp

LOCAL_SHARED_LIBRARIES := \
    libcutils \
    libEGL \
    libGLESv2 \
    libui \
    libhardware \

LOCAL_STATIC_LIBRARIES := \
    libtestUtil \

LOCAL_C_INCLUDES += \
    system/extras/tests/include \
    hardware/libhardware/include \

LOCAL_MODULE:= hwc_stress
LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/nativestresstest

LOCAL_MODULE_TAGS := tests

LOCAL_CFLAGS := -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES

include $(BUILD_NATIVE_TEST)
+1193 −0

File added.

Preview size limit exceeded, changes collapsed.