This website requires JavaScript.
Explore
Help
Register
Sign In
Team2890
/
allwpilib
Watch
4
Star
0
Fork
0
You've already forked allwpilib
mirror of
https://github.com/wpilibsuite/allwpilib
synced
2026-06-28 02:11:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5e2a07d58a83e4e1e6183cd8d3ca3aa1374c701d
allwpilib
/
settings.gradle
6 lines
78 B
Groovy
Raw
Normal View
History
Unescape
Escape
Added skipArm flag to disable the arm build entirely Change-Id: I49c6cb3bfb3b1eda60d5b99b634b1e82fb2afcc8
2015-12-29 12:08:51 -05:00
include
'native'
,
'gmock'
if
(
!
hasProperty
(
'skipArm'
)
)
{
include
'arm'
}
Reference in New Issue
Copy Permalink