diff options
| author | Cody Northrop <cnorthrop@google.com> | 2017-08-16 13:25:22 -0600 |
|---|---|---|
| committer | Cody Northrop <cnorthrop@google.com> | 2017-08-16 14:13:27 -0600 |
| commit | 74013d2e4f471df7ffa95460eb509f4220653378 (patch) | |
| tree | c861eaeec489e191af0fa6560502caa5bc9e4c83 /demos/android | |
| parent | 017981f812a92665e26763f5160ba5a72a440172 (diff) | |
| download | usermoji-74013d2e4f471df7ffa95460eb509f4220653378.tar.xz | |
android: Updates for NDK r15
Removes app_dummy from apps that use native activity.
For more details refer to: https://github.com/android-ndk/ndk/issues/381
Diffstat (limited to 'demos/android')
| -rw-r--r-- | demos/android/jni/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/android/jni/Android.mk b/demos/android/jni/Android.mk index 3e4169b2..839daccd 100644 --- a/demos/android/jni/Android.mk +++ b/demos/android/jni/Android.mk @@ -29,6 +29,7 @@ LOCAL_C_INCLUDES += $(SRC_DIR)/include \ LOCAL_CFLAGS += -DVK_USE_PLATFORM_ANDROID_KHR --include=$(SRC_DIR)/common/vulkan_wrapper.h LOCAL_WHOLE_STATIC_LIBRARIES += android_native_app_glue LOCAL_LDLIBS := -llog -landroid +LOCAL_LDFLAGS := -u ANativeActivity_onCreate include $(BUILD_SHARED_LIBRARY) $(call import-module,android/native_app_glue) |
