MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / comprehensive

Function comprehensive

tools/scripts/android/matrix.py:57–65  ·  view source on GitHub ↗
(matrix, ndk, extras=False)

Source from the content-addressed store, hash-verified

55def get_matrices():
56
57 def comprehensive(matrix, ndk, extras=False):
58 # Build all APIs using NDK directly with security and Java on max and min
59 # APIs.
60 matrix.add_ndk(ndk, 'all',
61 flags_on_edges=dict(
62 use_security=extras,
63 use_java=extras,
64 ),
65 )
66
67 # DOC Group master branch ---------------------------------------------------
68 doc_group_master_matrix = Matrix(

Callers 1

get_matricesFunction · 0.85

Calls 1

add_ndkMethod · 0.80

Tested by

no test coverage detected