Loading target/product/default_art_config.mk +5 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,11 @@ PRODUCT_APEX_SYSTEM_SERVER_JARS := \ com.android.media:service-media-s \ com.android.permission:service-permission \ # Use $(wildcard) to avoid referencing the profile in thin manifests that don't have the # art project. ifneq (,$(wildcard art)) PRODUCT_DEX_PREOPT_BOOT_IMAGE_PROFILE_LOCATION += art/build/boot/boot-image-profile.txt endif # List of jars on the platform that system_server loads dynamically using separate classloaders. # Keep the list sorted library names. Loading Loading
target/product/default_art_config.mk +5 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,11 @@ PRODUCT_APEX_SYSTEM_SERVER_JARS := \ com.android.media:service-media-s \ com.android.permission:service-permission \ # Use $(wildcard) to avoid referencing the profile in thin manifests that don't have the # art project. ifneq (,$(wildcard art)) PRODUCT_DEX_PREOPT_BOOT_IMAGE_PROFILE_LOCATION += art/build/boot/boot-image-profile.txt endif # List of jars on the platform that system_server loads dynamically using separate classloaders. # Keep the list sorted library names. Loading