mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1021742. r=mfinkle
This commit is contained in:
parent
909499724f
commit
1595bc3e48
@ -78,8 +78,10 @@
|
||||
android:name="org.mozilla.gecko.GeckoApplication"
|
||||
android:hardwareAccelerated="true"
|
||||
#if !defined(MOZILLA_OFFICIAL) || defined(NIGHTLY_BUILD) && defined(MOZ_DEBUG)
|
||||
android:allowBackup="true"
|
||||
android:debuggable="true">
|
||||
#else
|
||||
android:allowBackup="false"
|
||||
android:debuggable="false">
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user