Skip to content

Commit 6d945e5

Browse files
update to aapt2, update to use compiler_rt always, call updateLinkObjects recursively (#10)
- update to use compiler_rt always - update to aapt2 - call updateLinkObjects recursively - remove use of "android:debuggable" in sdl2 example, set that automatically if the app library/binary is targetting .Debug mode Fixes #8 - aapt2 has the kind of validation I'd expect.
1 parent fd7b75f commit 6d945e5

File tree

4 files changed

+319
-146
lines changed

4 files changed

+319
-146
lines changed

examples/sdl2/android/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@
6767
android:icon="@mipmap/ic_launcher"
6868
android:allowBackup="true"
6969
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
70-
android:hardwareAccelerated="true"
71-
android:debuggable="true">
70+
android:hardwareAccelerated="true" >
7271

7372
<!-- Example of setting SDL hints from AndroidManifest.xml:
7473
<meta-data android:name="SDL_ENV.SDL_ACCELEROMETER_AS_JOYSTICK" android:value="0"/>

0 commit comments

Comments
 (0)