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

Unified Diff: samples/android_sample/jni/AndroidExtension.mk

Issue 11416343: Refactored Android samples / embedder. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added copyright Created 8 years 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 side-by-side diff with in-line comments
Download patch
Index: samples/android_sample/jni/AndroidExtension.mk
diff --git a/samples/android_sample/jni/AndroidExtension.mk b/samples/android_sample/jni/AndroidExtension.mk
deleted file mode 100644
index a8824cd76d90e0e7e3409a3f4108429c83953c46..0000000000000000000000000000000000000000
--- a/samples/android_sample/jni/AndroidExtension.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-
-include $(CLEAR_VARS)
-
-LOCAL_CFLAGS= -DDEBUG
-LOCAL_C_INCLUDES := ../../../runtime ../../../runtime/include
-LOCAL_CPP_EXTENSION :=.cc
-LOCAL_MODULE := android_extension
-LOCAL_SRC_FILES := android_extension.cc
-LOCAL_LDLIBS := -landroid -llog -lEGL -lGLESv2
-LOCAL_SHARED_LIBRARIES := libandroid_embedder
-
-include $(BUILD_SHARED_LIBRARY)
-

Powered by Google App Engine
This is Rietveld 408576698