Lines Matching refs:apex
314 APEX_TEST_MODULE := art-check-debug-apex-gen-fakebin
318 APEX_TEST_MODULE := art-check-release-apex-gen-fakebin
348 art_apex_manifest_file := $(PRODUCT_OUT)/system/apex/$(TARGET_ART_APEX)/apex_manifest.pb
350 art_apex_manifest_file := $(PRODUCT_OUT)/apex/$(TARGET_ART_APEX)/apex_manifest.pb
355 $(art_apex_manifest_file): PRIVATE_LINK_NAME := $(TARGET_OUT_UNSTRIPPED)/apex/com.android.art
472 $(HOST_I18N_DATA): $(TARGET_OUT)/apex/$(I18N_APEX).apex $(HOST_OUT)/bin/deapexer
473 $(call extract-from-apex,$(I18N_APEX))
476 cp -R $(TARGET_OUT)/apex/$(I18N_APEX)/etc/ $(HOST_OUT)/$(I18N_APEX)/
600 define extract-from-apex
601 apex_root=$(TARGET_OUT)/apex && \
602 apex_file=$$apex_root/$(1).apex && \
632 .PHONY: standalone-apex-files
633 standalone-apex-files: deapexer \
638 $(call extract-from-apex,$(RELEASE_ART_APEX),\
642 $(call extract-from-apex,$(RUNTIME_APEX),\
649 $(call extract-from-apex,$(CONSCRYPT_APEX),\
651 $(call extract-from-apex,$(I18N_APEX),\
691 standalone-apex-files
699 ln -sf com.android.art.release $(TARGET_OUT)/apex/com.android.art