MCPcopy Create free account
hub / github.com/brainflow-dev/brainflow / build_java

Function build_java

tools/build_android_aar.py:122–127  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

120
121
122def build_java(root):
123 run_command(
124 [resolve_executable('mvn'), '-q', '-f', root / 'java_package' / 'brainflow' / 'pom.xml',
125 '-Pandroid', '-DskipTests', '-Dmaven.compiler.source=8', '-Dmaven.compiler.target=8',
126 'clean', 'package'],
127 root)
128
129
130def build_simpleble_bridge(root, android_jar):

Callers 1

mainFunction · 0.85

Calls 2

resolve_executableFunction · 0.85
run_commandFunction · 0.70

Tested by

no test coverage detected