undoing grade changes from Android build test

This commit is contained in:
Amer 2019-05-15 10:27:14 -07:00 committed by GitHub
parent c43d3de213
commit 89279e0d46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')
}