Searched refs:apex_module (Results 1 – 2 of 2) sorted by relevance
161 for apex_module in ${apex_modules[@]}; do163 say "Checking APEX package $apex_module"169 if [[ $apex_module = *.host ]]; then170 apex_path="$ANDROID_HOST_OUT/apex/${apex_module}.zipapex"175 apex_path="$ANDROID_PRODUCT_OUT/system/apex/${apex_module}"178 apex_path="$ANDROID_PRODUCT_OUT/system/apex/${apex_module}.apex"183 case $apex_module in196 || fail_check "Checks failed on $apex_module"202 [[ "$test_status" = 0 ]] && say "$apex_module tests passed"
728 apex_module="com.android.art"730 (conscrypt) apex_module="com.android.conscrypt";;731 (core-icu4j) apex_module="com.android.i18n";;732 (*) apex_module="com.android.art";;734 bpath_jar="/apex/${apex_module}/javalib/${bpath_module}.jar"