Home
last modified time | relevance | path

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

/aosp12/art/build/apex/
H A Druntests.sh171 for apex_module in ${apex_modules[@]}; do
173 say "Checking APEX package $apex_module"
179 if [[ $apex_module = *.host ]]; then
180 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 ]]; then
190 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 in
212 || fail_check "Checks failed on $apex_module"
[all …]
/aosp12/system/linkerconfig/modules/
H A Dbasecontext.cc25 void BaseContext::AddApexModule(ApexInfo apex_module) { in AddApexModule() argument
26 apex_modules_.push_back(std::move(apex_module)); in AddApexModule()
/aosp12/art/test/etc/
H A Drun-test-jar716 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"
/aosp12/system/linkerconfig/modules/include/linkerconfig/
H A Dbasecontext.h35 void AddApexModule(ApexInfo apex_module);