From ca8d349beed75d8fa6d27884cce4f091b6dc2a1e Mon Sep 17 00:00:00 2001 From: Tony-LunarG Date: Wed, 31 Oct 2018 16:10:48 -0600 Subject: Rename cube and cubepp exes to vkcube and vkcubepp Change-Id: Iaecb0e7e21a086c8523b8cd4bc9eccd05e1cbca0 --- cube/android/cube-with-layers/AndroidManifest.xml | 4 ++-- cube/android/cube-with-layers/custom_rules.xml | 8 ++++---- cube/android/cube-with-layers/res/values/strings.xml | 2 +- cube/android/cube/AndroidManifest.xml | 4 ++-- cube/android/cube/custom_rules.xml | 2 +- cube/android/cube/res/values/strings.xml | 2 +- cube/android/jni/Android.mk | 2 +- cube/android/jni/Application.mk | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) (limited to 'cube/android') diff --git a/cube/android/cube-with-layers/AndroidManifest.xml b/cube/android/cube-with-layers/AndroidManifest.xml index 29c8d1a0..50b216e4 100644 --- a/cube/android/cube-with-layers/AndroidManifest.xml +++ b/cube/android/cube-with-layers/AndroidManifest.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ This will take care of integrating with our NDK code. --> - + diff --git a/cube/android/cube-with-layers/custom_rules.xml b/cube/android/cube-with-layers/custom_rules.xml index ab517bfe..0ca5933e 100644 --- a/cube/android/cube-with-layers/custom_rules.xml +++ b/cube/android/cube-with-layers/custom_rules.xml @@ -5,21 +5,21 @@ -CubeWithLayers: Creating libs-with-layers +VkCubeWithLayers: Creating libs-with-layers -CubeWithLayers: Copying libs from demos/android +VkCubeWithLayers: Copying libs from demos/android -CubeWithLayers: Copying layers from build-android +VkCubeWithLayers: Copying layers from build-android -CubeWithLayers: Overriding native.libs.absolute.dir with ${cubeWithLayersDir} +VkCubeWithLayers: Overriding native.libs.absolute.dir with ${cubeWithLayersDir} diff --git a/cube/android/cube-with-layers/res/values/strings.xml b/cube/android/cube-with-layers/res/values/strings.xml index bdf81e5b..ecd779e4 100644 --- a/cube/android/cube-with-layers/res/values/strings.xml +++ b/cube/android/cube-with-layers/res/values/strings.xml @@ -19,6 +19,6 @@ - CubeWithLayers + VkCubeWithLayers diff --git a/cube/android/cube/AndroidManifest.xml b/cube/android/cube/AndroidManifest.xml index 6ac0c8a3..1bf9080b 100644 --- a/cube/android/cube/AndroidManifest.xml +++ b/cube/android/cube/AndroidManifest.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ This will take care of integrating with our NDK code. --> - + diff --git a/cube/android/cube/custom_rules.xml b/cube/android/cube/custom_rules.xml index 335c1c34..31eb31ad 100644 --- a/cube/android/cube/custom_rules.xml +++ b/cube/android/cube/custom_rules.xml @@ -1,6 +1,6 @@ -cube: Overriding native.libs.absolute.dir with ../libs +vkcube: Overriding native.libs.absolute.dir with ../libs diff --git a/cube/android/cube/res/values/strings.xml b/cube/android/cube/res/values/strings.xml index 7f175a60..8adead25 100644 --- a/cube/android/cube/res/values/strings.xml +++ b/cube/android/cube/res/values/strings.xml @@ -19,6 +19,6 @@ - Cube + VkCube diff --git a/cube/android/jni/Android.mk b/cube/android/jni/Android.mk index 25828cf9..cc4b93ce 100644 --- a/cube/android/jni/Android.mk +++ b/cube/android/jni/Android.mk @@ -18,7 +18,7 @@ SRC_DIR := $(LOCAL_PATH)/../../.. DEMO_DIR := $(SRC_DIR)/cube include $(CLEAR_VARS) -LOCAL_MODULE := Cube +LOCAL_MODULE := VkCube LOCAL_SRC_FILES += $(DEMO_DIR)/cube.c \ $(SRC_DIR)/common/vulkan_wrapper.cpp \ $(SRC_DIR)/common/android_util.cpp diff --git a/cube/android/jni/Application.mk b/cube/android/jni/Application.mk index e215f210..cd664539 100644 --- a/cube/android/jni/Application.mk +++ b/cube/android/jni/Application.mk @@ -16,7 +16,7 @@ APP_ABI := armeabi-v7a arm64-v8a x86 x86_64 APP_PLATFORM := android-23 APP_STL := gnustl_static -APP_MODULES := Cube +APP_MODULES := VkCube APP_CPPFLAGS += -std=c++11 -fexceptions -Wall -Werror -Wextra -Wno-unused-parameter -DVK_NO_PROTOTYES -DGLM_FORCE_RADIANS APP_CFLAGS += -Wall -Werror -Wextra -Wno-unused-parameter -DVK_NO_PROTOTYES -DGLM_FORCE_RADIANS NDK_TOOLCHAIN_VERSION := clang -- cgit v1.2.3