Loading core/app_prebuilt_internal.mk +0 −5 Original line number Diff line number Diff line Loading @@ -85,11 +85,6 @@ $(my_extracted_apk): $(my_prebuilt_src_file) my_prebuilt_src_file := $(my_extracted_apk) my_extracted_apk := my_extract_apk := ifeq ($(PRODUCT_ALWAYS_PREOPT_EXTRACTED_APK),true) # If the product property is set, always preopt for extracted modules to prevent executing out of # the APK. my_preopt_for_extracted_apk := true endif endif rs_compatibility_jni_libs := Loading core/dex_preopt_odex_install.mk +2 −5 Original line number Diff line number Diff line Loading @@ -60,11 +60,9 @@ ifeq (,$(strip $(built_dex)$(my_prebuilt_src_file)$(LOCAL_SOONG_DEX_JAR))) LOCAL_DEX_PREOPT := endif ifneq (true,$(my_preopt_for_extracted_apk)) ifeq (true,$(WITH_DEXPREOPT_ART_BOOT_IMG_ONLY)) LOCAL_DEX_PREOPT := endif endif my_process_profile := my_profile_is_text_listing := Loading Loading @@ -392,7 +390,6 @@ ifeq ($(my_create_dexpreopt_config), true) $(call add_json_list, DexPreoptImageLocationsOnDevice,$(my_dexpreopt_image_locations_on_device)) $(call add_json_list, PreoptBootClassPathDexFiles, $(DEXPREOPT_BOOTCLASSPATH_DEX_FILES)) $(call add_json_list, PreoptBootClassPathDexLocations,$(DEXPREOPT_BOOTCLASSPATH_DEX_LOCATIONS)) $(call add_json_bool, PreoptExtractedApk, $(my_preopt_for_extracted_apk)) $(call add_json_bool, NoCreateAppImage, $(filter false,$(LOCAL_DEX_PREOPT_APP_IMAGE))) $(call add_json_bool, ForceCreateAppImage, $(filter true,$(LOCAL_DEX_PREOPT_APP_IMAGE))) $(call add_json_bool, PresignedPrebuilt, $(filter PRESIGNED,$(LOCAL_CERTIFICATE))) Loading core/prebuilt_internal.mk +0 −1 Original line number Diff line number Diff line Loading @@ -63,4 +63,3 @@ $(if $(filter-out $(SOONG_ANDROID_MK),$(LOCAL_MODULE_MAKEFILE)), \ $(built_module) : $(LOCAL_ADDITIONAL_DEPENDENCIES) my_prebuilt_src_file := my_preopt_for_extracted_apk := core/product.mk +0 −2 Original line number Diff line number Diff line Loading @@ -183,8 +183,6 @@ _product_list_vars += PRODUCT_SYSTEM_SERVER_JARS_EXTRA # Set to true to disable <uses-library> checks for a product. _product_list_vars += PRODUCT_BROKEN_VERIFY_USES_LIBRARIES # All of the apps that we force preopt, this overrides WITH_DEXPREOPT. _product_list_vars += PRODUCT_ALWAYS_PREOPT_EXTRACTED_APK _product_list_vars += PRODUCT_DEXPREOPT_SPEED_APPS _product_list_vars += PRODUCT_LOADED_BY_PRIVILEGED_MODULES _product_single_value_vars += PRODUCT_VBOOT_SIGNING_KEY Loading target/product/go_defaults_common.mk +0 −4 Original line number Diff line number Diff line Loading @@ -24,10 +24,6 @@ PRODUCT_VENDOR_PROPERTIES += \ # Speed profile services and wifi-service to reduce RAM and storage. PRODUCT_SYSTEM_SERVER_COMPILER_FILTER := speed-profile # Always preopt extracted APKs to prevent extracting out of the APK for gms # modules. PRODUCT_ALWAYS_PREOPT_EXTRACTED_APK := true # Use a profile based boot image for this device. Note that this is currently a # generic profile and not Android Go optimized. PRODUCT_USE_PROFILE_FOR_BOOT_IMAGE := true Loading Loading
core/app_prebuilt_internal.mk +0 −5 Original line number Diff line number Diff line Loading @@ -85,11 +85,6 @@ $(my_extracted_apk): $(my_prebuilt_src_file) my_prebuilt_src_file := $(my_extracted_apk) my_extracted_apk := my_extract_apk := ifeq ($(PRODUCT_ALWAYS_PREOPT_EXTRACTED_APK),true) # If the product property is set, always preopt for extracted modules to prevent executing out of # the APK. my_preopt_for_extracted_apk := true endif endif rs_compatibility_jni_libs := Loading
core/dex_preopt_odex_install.mk +2 −5 Original line number Diff line number Diff line Loading @@ -60,11 +60,9 @@ ifeq (,$(strip $(built_dex)$(my_prebuilt_src_file)$(LOCAL_SOONG_DEX_JAR))) LOCAL_DEX_PREOPT := endif ifneq (true,$(my_preopt_for_extracted_apk)) ifeq (true,$(WITH_DEXPREOPT_ART_BOOT_IMG_ONLY)) LOCAL_DEX_PREOPT := endif endif my_process_profile := my_profile_is_text_listing := Loading Loading @@ -392,7 +390,6 @@ ifeq ($(my_create_dexpreopt_config), true) $(call add_json_list, DexPreoptImageLocationsOnDevice,$(my_dexpreopt_image_locations_on_device)) $(call add_json_list, PreoptBootClassPathDexFiles, $(DEXPREOPT_BOOTCLASSPATH_DEX_FILES)) $(call add_json_list, PreoptBootClassPathDexLocations,$(DEXPREOPT_BOOTCLASSPATH_DEX_LOCATIONS)) $(call add_json_bool, PreoptExtractedApk, $(my_preopt_for_extracted_apk)) $(call add_json_bool, NoCreateAppImage, $(filter false,$(LOCAL_DEX_PREOPT_APP_IMAGE))) $(call add_json_bool, ForceCreateAppImage, $(filter true,$(LOCAL_DEX_PREOPT_APP_IMAGE))) $(call add_json_bool, PresignedPrebuilt, $(filter PRESIGNED,$(LOCAL_CERTIFICATE))) Loading
core/prebuilt_internal.mk +0 −1 Original line number Diff line number Diff line Loading @@ -63,4 +63,3 @@ $(if $(filter-out $(SOONG_ANDROID_MK),$(LOCAL_MODULE_MAKEFILE)), \ $(built_module) : $(LOCAL_ADDITIONAL_DEPENDENCIES) my_prebuilt_src_file := my_preopt_for_extracted_apk :=
core/product.mk +0 −2 Original line number Diff line number Diff line Loading @@ -183,8 +183,6 @@ _product_list_vars += PRODUCT_SYSTEM_SERVER_JARS_EXTRA # Set to true to disable <uses-library> checks for a product. _product_list_vars += PRODUCT_BROKEN_VERIFY_USES_LIBRARIES # All of the apps that we force preopt, this overrides WITH_DEXPREOPT. _product_list_vars += PRODUCT_ALWAYS_PREOPT_EXTRACTED_APK _product_list_vars += PRODUCT_DEXPREOPT_SPEED_APPS _product_list_vars += PRODUCT_LOADED_BY_PRIVILEGED_MODULES _product_single_value_vars += PRODUCT_VBOOT_SIGNING_KEY Loading
target/product/go_defaults_common.mk +0 −4 Original line number Diff line number Diff line Loading @@ -24,10 +24,6 @@ PRODUCT_VENDOR_PROPERTIES += \ # Speed profile services and wifi-service to reduce RAM and storage. PRODUCT_SYSTEM_SERVER_COMPILER_FILTER := speed-profile # Always preopt extracted APKs to prevent extracting out of the APK for gms # modules. PRODUCT_ALWAYS_PREOPT_EXTRACTED_APK := true # Use a profile based boot image for this device. Note that this is currently a # generic profile and not Android Go optimized. PRODUCT_USE_PROFILE_FOR_BOOT_IMAGE := true Loading