Home
last modified time | relevance | path

Searched refs:apex_module (Results 1 – 1 of 1) sorted by relevance

/art/build/apex/
Druntests.sh133 for apex_module in ${apex_modules[@]}; do
135 say "Checking APEX package $apex_module"
141 if [[ $apex_module = *.host ]]; then
142 apex_path="$ANDROID_HOST_OUT/apex/${apex_module}.zipapex"
146 apex_path="$ANDROID_PRODUCT_OUT/system/apex/${apex_module}.apex"
148 [[ $apex_module = *.debug ]] && test_only_args="--debug"
156 || fail_check "Checks failed on $apex_module"
162 [[ "$test_status" = 0 ]] && say "$apex_module tests passed"