diff options
| author | Tony-LunarG <tony@lunarg.com> | 2018-10-31 16:10:48 -0600 |
|---|---|---|
| committer | Tony Barbour <tony@lunarg.com> | 2018-11-08 13:05:23 -0700 |
| commit | ca8d349beed75d8fa6d27884cce4f091b6dc2a1e (patch) | |
| tree | 96e5d2faa956babdbf7c1896ae525481cde5297d /cube/android/cube-with-layers/custom_rules.xml | |
| parent | e4480fa9afd6f8cfc5579c7d24954f7030b180cf (diff) | |
| download | usermoji-ca8d349beed75d8fa6d27884cce4f091b6dc2a1e.tar.xz | |
Rename cube and cubepp exes to vkcube and vkcubepp
Change-Id: Iaecb0e7e21a086c8523b8cd4bc9eccd05e1cbca0
Diffstat (limited to 'cube/android/cube-with-layers/custom_rules.xml')
| -rw-r--r-- | cube/android/cube-with-layers/custom_rules.xml | 8 |
1 files changed, 4 insertions, 4 deletions
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 @@ <property name="cubeDir" location="../libs" /> <property name="layersDir" location="../../../build-android/libs" /> -<echo>CubeWithLayers: Creating libs-with-layers</echo> +<echo>VkCubeWithLayers: Creating libs-with-layers</echo> <mkdir dir="${cubeWithLayersDir}"/> -<echo>CubeWithLayers: Copying libs from demos/android</echo> +<echo>VkCubeWithLayers: Copying libs from demos/android</echo> <copy todir="${cubeWithLayersDir}"> <fileset dir="${cubeDir}"/> </copy> -<echo>CubeWithLayers: Copying layers from build-android</echo> +<echo>VkCubeWithLayers: Copying layers from build-android</echo> <copy todir="${cubeWithLayersDir}"> <fileset dir="${layersDir}"/> </copy> <!-- Point ndk-build at the libs-with-layers common dir --> -<echo>CubeWithLayers: Overriding native.libs.absolute.dir with ${cubeWithLayersDir}</echo> +<echo>VkCubeWithLayers: Overriding native.libs.absolute.dir with ${cubeWithLayersDir}</echo> <property name="native.libs.absolute.dir" location="${cubeWithLayersDir}" /> </project> |
