sanders: Disable dexpreopt for some modules
This commit is contained in:
7
dexpreopt.mk
Normal file
7
dexpreopt.mk
Normal 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)
|
||||
@@ -16,6 +16,7 @@
|
||||
|
||||
# Inherit from potter device
|
||||
$(call inherit-product, device/motorola/sanders/device.mk)
|
||||
$(call inherit-product, device/motorola/sanders/dexpreopt.mk)
|
||||
|
||||
# Device identifier. This must come after all inclusions
|
||||
PRODUCT_DEVICE := sanders
|
||||
|
||||
Reference in New Issue
Block a user