summaryrefslogtreecommitdiffstats
path: root/opengl/tests/gralloc/Android.mk
blob: d43c39a46201710c222aad7290ff877785ce89cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_SRC_FILES:= \
    gralloc.cpp

LOCAL_SHARED_LIBRARIES := \
    libcutils \
    libutils \
    libui

LOCAL_MODULE:= test-opengl-gralloc

LOCAL_MODULE_TAGS := optional

include $(BUILD_EXECUTABLE)