v0.4.2b: added sources for FroyoGLES20Fix

This commit is contained in:
Evan Debenham
2016-09-13 21:13:25 -04:00
parent a99803117b
commit bd12b7003d
4 changed files with 59 additions and 2 deletions
@@ -0,0 +1,9 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := FroyoGLES20Fix
LOCAL_SRC_FILES := FroyoGLES20Fix.c
LOCAL_LDLIBS := -lGLESv2
include $(BUILD_SHARED_LIBRARY)