Fix skip athena and skip raspbian flags (#1735)

This commit is contained in:
Thad House
2019-06-28 20:00:09 -07:00
committed by Peter Johnson
parent 3dfb01d45b
commit 0c45c5b7ea
4 changed files with 6 additions and 7 deletions

View File

@@ -11,7 +11,6 @@ ext {
apply from: "${rootDir}/shared/nilibraries.gradle"
if (!project.hasProperty('onlylinuxathena')) {
ext.skipAthena = true
apply from: "${rootDir}/shared/config.gradle"
model {