From 92581ed33dfcd2c3ea4af75c4ee33be623f72c55 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 26 Aug 2021 19:12:55 +0200 Subject: [PATCH] Document underscore folders exclusion in Custom builds for Android (#5199) --- tutorials/export/android_custom_build.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tutorials/export/android_custom_build.rst b/tutorials/export/android_custom_build.rst index 57fb27bcf..f4c49a694 100644 --- a/tutorials/export/android_custom_build.rst +++ b/tutorials/export/android_custom_build.rst @@ -48,3 +48,13 @@ window will appear every time): The templates built will be used automatically afterwards, so no further configuration is needed. + +.. note:: + + When using the custom Android build system, assets that are placed within a + folder whose name begins with an underscore will not be included in the + generated APK. This does not apply to assets whose *file* name begins with + an underscore. + + For example, ``_example/image.png`` will **not** be included as an asset, + but ``_image.png`` will.