summaryrefslogtreecommitdiffstats
path: root/opengl/libs/Android.mk
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-08-24 21:47:13 -0700
committerMathias Agopian <mathias@google.com>2009-08-24 21:47:13 -0700
commit94263d79234778277959c5ec0cc3f2182cc9df0b (patch)
treeb7b10fa4c21367f49483938a18c5be906d750d84 /opengl/libs/Android.mk
parent048d51b9f51e646046b9a7ff5153723a27200138 (diff)
downloadframeworks_base-94263d79234778277959c5ec0cc3f2182cc9df0b.zip
frameworks_base-94263d79234778277959c5ec0cc3f2182cc9df0b.tar.gz
frameworks_base-94263d79234778277959c5ec0cc3f2182cc9df0b.tar.bz2
fix a bug recently introduced where EGL couldn't be initialized again after it had been terminated once
Diffstat (limited to 'opengl/libs/Android.mk')
-rw-r--r--opengl/libs/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/opengl/libs/Android.mk b/opengl/libs/Android.mk
index e1fd48b..9578452 100644
--- a/opengl/libs/Android.mk
+++ b/opengl/libs/Android.mk
@@ -28,6 +28,10 @@ LOCAL_CFLAGS += -DLOG_TAG=\"libEGL\"
LOCAL_CFLAGS += -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES
LOCAL_CFLAGS += -fvisibility=hidden
+ifeq ($(TARGET_BOARD_PLATFORM),msm7k)
+LOCAL_CFLAGS += -DADRENO130=1
+endif
+
include $(BUILD_SHARED_LIBRARY)
installed_libEGL := $(LOCAL_INSTALLED_MODULE)