Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Side by Side Diff: samples/android_sample/jni/AndroidExtension.mk

Issue 11883013: Refactored OpenGL embedder that works on Android, Mac or Linux. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 LOCAL_PATH := $(call my-dir)
2
3 include $(CLEAR_VARS)
4
5 LOCAL_CFLAGS= -DDEBUG
6 LOCAL_C_INCLUDES := ../../../runtime ../../../runtime/include ..
7 LOCAL_CPP_EXTENSION :=.cc
8 LOCAL_MODULE := android_extension
9 LOCAL_SRC_FILES := android_extension.cc
10 LOCAL_LDLIBS := -landroid -llog -lEGL -lGLESv2
11 LOCAL_SHARED_LIBRARIES := libandroid_embedder libDartNDK
12
13 include $(BUILD_SHARED_LIBRARY)
14
OLDNEW
« no previous file with comments | « samples/android_sample/jni/AndroidEmbedder.mk ('k') | samples/android_sample/jni/Application.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698