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

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

Issue 11434046: Android rayshader sample. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 LOCAL_PATH := $(call my-dir)
2
3 include $(CLEAR_VARS)
4 LOCAL_MODULE := android_embedder
5 LOCAL_SRC_FILES := ../../../out/android/DebugIA32/obj.target/samples/android_emb edder/libandroid_embedder.so
6 include $(PREBUILT_SHARED_LIBRARY)
7
8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698