Files
allwpilib/settings.gradle
Fredric Silberberg 1ea5b21dcf Added skipArm flag to disable the arm build entirely
Change-Id: I49c6cb3bfb3b1eda60d5b99b634b1e82fb2afcc8
2015-12-29 12:08:51 -05:00

6 lines
78 B
Groovy

include 'native', 'gmock'
if (!hasProperty('skipArm')) {
include 'arm'
}