M7350/system/core/libpixelflinger/tests/codegen/Android.mk
2024-09-09 08:52:07 +00:00

16 lines
239 B
Makefile

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
codegen.cpp
LOCAL_SHARED_LIBRARIES := \
libcutils \
libpixelflinger
LOCAL_MODULE:= test-opengl-codegen
LOCAL_MODULE_TAGS := tests
include $(BUILD_EXECUTABLE)