Browse Source

Added seealso section in Compiling for Android

Szymon Majewski 4 years ago
parent
commit
07c9b6e1a0
1 changed files with 6 additions and 0 deletions
  1. 6 0
      development/compiling/compiling_for_android.rst

+ 6 - 0
development/compiling/compiling_for_android.rst

@@ -113,6 +113,12 @@ The resulting APK will be located at ``bin/android_release.apk``.
 
 
 The resulting APK will be located at ``bin/android_debug.apk``.
 The resulting APK will be located at ``bin/android_debug.apk``.
 
 
+
+.. seealso::
+
+    If you want to enable Vulkan validation layers, see
+    :ref:`Vulkan validation layers on Android<doc_validation_layers_android>`.
+
 Adding support for x86 devices
 Adding support for x86 devices
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~