The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 1 | # Copyright 2006 The Android Open Source Project |
| 2 | |
| 3 | LOCAL_PATH:= $(call my-dir) |
| 4 | include $(CLEAR_VARS) |
Mathias Agopian | 653870d | 2009-08-06 16:25:37 -0700 | [diff] [blame] | 5 | LOCAL_SRC_FILES:= app-linux.cpp demo.c.arm |
Andy McFadden | 6ef57d7 | 2014-03-05 15:06:53 -0800 | [diff] [blame^] | 6 | LOCAL_SHARED_LIBRARIES := libEGL libGLESv1_CM libui libgui libutils |
| 7 | LOCAL_STATIC_LIBRARIES += libglTest |
Mathias Agopian | 622cfad | 2012-03-05 13:57:02 -0800 | [diff] [blame] | 8 | LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes) |
The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 9 | LOCAL_MODULE:= angeles |
Sriram Raman | 8c1127f | 2009-06-22 17:22:12 -0700 | [diff] [blame] | 10 | LOCAL_MODULE_TAGS := optional |
The Android Open Source Project | edbf3b6 | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 11 | include $(BUILD_EXECUTABLE) |