From a45703d7d24748f952ce0215a17382606945d4bf Mon Sep 17 00:00:00 2001 From: therootlord Date: Fri, 29 Dec 2017 17:15:33 -0200 Subject: [PATCH] Revert "sanders: Disable dexpreopt for some modules" This reverts commit 810cc575cff98eee406038aaebbed6fcc5ffdc99. --- dexpreopt.mk | 7 ------- full_sanders.mk | 3 --- 2 files changed, 10 deletions(-) delete mode 100644 dexpreopt.mk diff --git a/dexpreopt.mk b/dexpreopt.mk deleted file mode 100644 index bd8ff6a..0000000 --- a/dexpreopt.mk +++ /dev/null @@ -1,7 +0,0 @@ -$(call add-product-dex-preopt-module-config,services,disable) -$(call add-product-dex-preopt-module-config,ethernet-service,disable) -$(call add-product-dex-preopt-module-config,wifi-service,disable) -$(call add-product-dex-preopt-module-config,SettingsProvider,disable) -$(call add-product-dex-preopt-module-config,Telecom,disable) -$(call add-product-dex-preopt-module-config,com.android.location.provider,disable) -$(call add-product-dex-preopt-module-config,FusedLocation,disable) diff --git a/full_sanders.mk b/full_sanders.mk index 9fe493d..c5d0852 100644 --- a/full_sanders.mk +++ b/full_sanders.mk @@ -21,9 +21,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) # Inherit from potter device $(call inherit-product, device/motorola/sanders/device.mk) -# Dexpreopt fixes -$(call inherit-product, device/motorola/sanders/dexpreopt.mk) - # Device identifier. This must come after all inclusions PRODUCT_DEVICE := sanders PRODUCT_NAME := full_sanders