Home | History | Annotate | Download | only in core

Lines Matching refs:apex

1196 # image. For the Runtime APEX this complements the checks in
1197 # art/build/apex/art_apex_test.py.
1200 # Runtime APEX libraries
1243 # Conscrypt APEX libraries
1267 check-apex-libs-absence :=
1268 check-apex-libs-absence-on-disk :=
1271 # system/lib64 that is intended to only go into some APEX package. The likely
1275 # To resolve this, look for the APEX package that the library belong to -
1276 apex' build modules (see
1277 # art/build/apex/Android.bp for an example). Then check if there is an
1278 # exported library in that APEX package that should be used instead, i.e. one
1283 # If you cannot find an APEX exported library that fits your needs, or you
1285 # then please contact the owners of the APEX package containing the library.
1287 # If you get this error for a library that is exported in an APEX, then the
1288 # APEX might be misconfigured or something is wrong in the build system.
1289 # Please reach out to the APEX package owners and/or soong-team@, or
1291 define check-apex-libs-absence
1297 APEX libraries found in system image (see comment for check-apex-libs-absence in \
1305 define check-apex-libs-absence-on-disk
1313 echo "APEX libraries found in system image (see comment for check-apex-libs-absence" 1>&2; \
1381 # $(PRODUCT_OUT)/apex is where shared libraries in APEXes get installed.
1384 # $(PRODUCT_OUT)/symbols/apex for debugging purpose. The /apex directory
1386 static_whitelist_patterns += $(PRODUCT_OUT)/apex/%
1435 $(call check-apex-libs-absence,$(product_target_FILES))