Searched refs:apex_module (Results 1 – 4 of 4) sorted by relevance
171 for apex_module in ${apex_modules[@]}; do173 say "Checking APEX package $apex_module"179 if [[ $apex_module = *.host ]]; then180 apex_path="$ANDROID_HOST_OUT/apex/${apex_module}.zipapex"185 apex_path="$ANDROID_PRODUCT_OUT/system/apex/${apex_module}"189 if $compressed_apex_p && [[ $apex_module != *.testing ]]; then190 apex_path="$ANDROID_PRODUCT_OUT/system/apex/${apex_module}.capex"192 apex_path="$ANDROID_PRODUCT_OUT/system/apex/${apex_module}.apex"199 case $apex_module in212 || fail_check "Checks failed on $apex_module"[all …]
25 void BaseContext::AddApexModule(ApexInfo apex_module) { in AddApexModule() argument26 apex_modules_.push_back(std::move(apex_module)); in AddApexModule()
716 apex_module="com.android.art"718 (conscrypt) apex_module="com.android.conscrypt";;719 (core-icu4j) apex_module="com.android.i18n";;720 (*) apex_module="com.android.art";;722 bpath_jar="/apex/${apex_module}/javalib/${bpath_module}.jar"
35 void AddApexModule(ApexInfo apex_module);