OSDN Git Service

Split AndroidRuntime into AndroidRuntimeBase base-class and the rest.
authorAndreas Huber <andih@google.com>
Thu, 6 Feb 2014 23:25:25 +0000 (15:25 -0800)
committerAndreas Huber <andih@google.com>
Wed, 12 Feb 2014 23:00:05 +0000 (15:00 -0800)
commit7825334929b098b36e1144872200e75ba6d24b13
tree18f4d807ba8d59e0849ccd2032164d1613dddb9b
parentfaa91f852e9526b2f112122da9ae0956526cf662
Split AndroidRuntime into AndroidRuntimeBase base-class and the rest.

AndroidRuntimeBase (exported by libandroid_runtime_base.so) is all you need
to link against to gain the ability to do AndroidRuntimeBase::getJNIEnv()
thus minimizing build dependencies.

Change-Id: Ia7f0c94c8c02b974c068e0db34774827f96aa95b
12 files changed:
cmds/app_process/Android.mk
core/jni/Android.mk
core/jni/AndroidRuntime.cpp
core/jni/AndroidRuntimeBase.cpp [new file with mode: 0644]
include/android_runtime/AndroidRuntime.h
include/android_runtime/AndroidRuntimeBase.h [new file with mode: 0644]
media/jni/Android.mk
media/jni/mediaeditor/Android.mk
native/android/Android.mk
native/graphics/jni/Android.mk
rs/jni/Android.mk
services/core/jni/Android.mk