1LOCAL_PATH:= $(call my-dir) 2include $(CLEAR_VARS) 3 4LOCAL_SRC_FILES:= \ 5 gralloc.cpp 6 7LOCAL_SHARED_LIBRARIES := \ 8 libcutils \ 9 libutils \ 10 libui 11 12LOCAL_MODULE:= test-opengl-gralloc 13 14LOCAL_MODULE_TAGS := optional 15 16include $(BUILD_EXECUTABLE) 17