blob: 64f88b7e322fd5e6e95261e6ca6ac82ce6e78924 [file] [log] [blame]
Ashok Bhat658f89d2013-02-28 18:32:03 +00001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES:= \
5 gglmul_test.cpp
6
7LOCAL_SHARED_LIBRARIES :=
8
9LOCAL_C_INCLUDES := \
10 system/core/libpixelflinger
11
12LOCAL_MODULE:= test-pixelflinger-gglmul
13
14LOCAL_MODULE_TAGS := tests
15
16include $(BUILD_EXECUTABLE)