Function
comprehensive
(matrix, ndk, extras=False)
Source from the content-addressed store, hash-verified
| 55 | def 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( |
Tested by
no test coverage detected