mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
undoing grade changes from Android build test
This commit is contained in:
parent
c43d3de213
commit
89279e0d46
1 changed files with 6 additions and 6 deletions
|
@ -18,8 +18,8 @@ if (!getSettings().hasProperty("SUPPRESS_INTERFACE")) {
|
|||
}
|
||||
|
||||
if (!getSettings().hasProperty("SUPPRESS_QUEST_INTERFACE")) {
|
||||
// include ':questInterface'
|
||||
// project(':questInterface').projectDir = new File(settingsDir, 'apps/questInterface')
|
||||
include ':questInterface'
|
||||
project(':questInterface').projectDir = new File(settingsDir, 'apps/questInterface')
|
||||
}
|
||||
|
||||
//
|
||||
|
@ -27,11 +27,11 @@ if (!getSettings().hasProperty("SUPPRESS_QUEST_INTERFACE")) {
|
|||
//
|
||||
|
||||
if (!getSettings().hasProperty("SUPPRESS_FRAME_PLAYER")) {
|
||||
// include ':framePlayer'
|
||||
// project(':framePlayer').projectDir = new File(settingsDir, 'apps/framePlayer')
|
||||
include ':framePlayer'
|
||||
project(':framePlayer').projectDir = new File(settingsDir, 'apps/framePlayer')
|
||||
}
|
||||
|
||||
if (!getSettings().hasProperty("SUPPRESS_QUEST_FRAME_PLAYER")) {
|
||||
//include ':questFramePlayer'
|
||||
// project(':questFramePlayer').projectDir = new File(settingsDir, 'apps/questFramePlayer')
|
||||
include ':questFramePlayer'
|
||||
project(':questFramePlayer').projectDir = new File(settingsDir, 'apps/questFramePlayer')
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue