You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The resulting templates will be located under the ``bin`` directory:
124
124
@@ -129,9 +129,11 @@ The resulting templates will be located under the ``bin`` directory:
129
129
130
130
.. note::
131
131
132
-
- If you are changing the list of architectures you're building, remember to add ``generate_apk=yes`` to the *last* architecture you're building, so that the template files are generated after the build.
132
+
- If you are changing the list of architectures you're building, remember to add ``generate_android_binaries=yes`` to the *last* architecture you're building, so that the template files are generated after the build.
133
133
134
-
- To include debug symbols in the generated templates, add the ``debug_symbols=yes`` parameter to the SCons command.
134
+
- To include debug symbols in the generated templates, add the ``debug_symbols=yes`` parameters to the SCons command.
135
+
136
+
- Note that you can include ``separate_debug_symbols=yes`` to generate the debug symbols in a separate ``*-native-debug-symbols.zip`` file.
135
137
136
138
.. seealso::
137
139
@@ -151,7 +153,7 @@ example, for the release template:
0 commit comments