sanders: Disable dexpreopt for some modules

This commit is contained in:
jhenrique09
2017-11-20 00:20:34 -02:00
committed by therootlord
parent c279e24bd6
commit 810cc575cf
2 changed files with 8 additions and 0 deletions

7
dexpreopt.mk Normal file
View File

@@ -0,0 +1,7 @@
$(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)