Rename modules NativeActivity
To TeapotNativeActivity and MoreTeapotsNativeActivity, respectively Change-Id: Iddbb326ef246232e64a9c30138edb55efe86230d
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
android:configChanges="orientation|keyboardHidden">
|
||||
<!-- Tell NativeActivity the name of or .so -->
|
||||
<meta-data android:name="android.app.lib_name"
|
||||
android:value="NativeActivity" />
|
||||
android:value="TeapotNativeActivity" />
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
|
||||
@@ -2,7 +2,7 @@ LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := NativeActivity
|
||||
LOCAL_MODULE := TeapotNativeActivity
|
||||
LOCAL_SRC_FILES := TeapotNativeActivity.cpp \
|
||||
TeapotRenderer.cpp \
|
||||
|
||||
|
||||
@@ -444,7 +444,7 @@ void android_main( android_app* state )
|
||||
state->onInputEvent = Engine::HandleInput;
|
||||
|
||||
#ifdef USE_NDK_PROFILER
|
||||
monstartup("libNativeActivity.so");
|
||||
monstartup("libTeapotNativeActivity.so");
|
||||
#endif
|
||||
|
||||
// Prepare to monitor accelerometer
|
||||
|
||||
Reference in New Issue
Block a user