Update to use new looper API.

Also need to put back the stub Java class for now, as the
build system still seems to require it.

Change-Id: I31917a1fc7c0bf8cd928969125f94d55c59d42f8
This commit is contained in:
Dianne Hackborn
2010-07-02 18:54:33 -07:00
parent 2c5db16ba9
commit 02215b36dd
7 changed files with 181 additions and 86 deletions

View File

@@ -17,6 +17,8 @@
#include "glutils.h"
#include <string.h>
const char *EGLstrerror(EGLint err) {
switch (err) {
case EGL_SUCCESS: return "EGL_SUCCESS";