FtcRobotController icon indicating copy to clipboard operation
FtcRobotController copied to clipboard

Suggested changes to build.common.gradle

Open alan412 opened this issue 2 years ago • 7 comments

  • Remove ndkVersion This isn't needed and creates difficulty with CI pipelines. Without it, it uses the NDK that goes along with the SDK that has been downloaded instead of timing to a single one.
  • Remove "arm64-v8a" from ndk under buildTypes. (This is required for using EasyOpenCV. And since we don't need ARM64, why make life harder for beginner teams?)

alan412 avatar Apr 29 '22 13:04 alan412