Android-x86
Fork
Faire un don

  • R/O
  • HTTP
  • SSH
  • HTTPS

device-generic-common: Commit

device/generic/common


Commit MetaInfo

Révision3f910639f3b4508c108170019ddbd282fc1c180e (tree)
l'heure2017-11-02 16:29:50
AuteurChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Message de Log

CM: disable dex pre-optimization

The dex pre-optimization was broken in CM build.

Change Summary

Modification

--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -18,8 +18,8 @@ BOARD_MALLOC_ALIGNMENT := 16
1818 # Enable dex-preoptimization to speed up the first boot sequence
1919 # of an SDK AVD. Note that this operation only works on Linux for now
2020 ifeq ($(HOST_OS),linux)
21-WITH_DEXPREOPT := true
22-WITH_DEXPREOPT_PIC := true
21+WITH_DEXPREOPT := false
22+WITH_DEXPREOPT_PIC := false
2323 endif
2424
2525 # the following variables could be overridden
--- /dev/null
+++ b/CleanSpec.mk
@@ -0,0 +1,2 @@
1+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/*)
2+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/*)
Afficher sur ancien navigateur de dépôt.