Home
last modified time | relevance | path

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

/art/build/apex/
Druntests.sh161 for apex_module in ${apex_modules[@]}; do
163 say "Checking APEX package $apex_module"
169 if [[ $apex_module = *.host ]]; then
170 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 in
196 || fail_check "Checks failed on $apex_module"
202 [[ "$test_status" = 0 ]] && say "$apex_module tests passed"
/art/test/etc/
Drun-test-jar728 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"