commit | 27aa7be152d93ca7a1d642fc0ff259199ccf0fe3 | [log] [tgz] |
---|---|---|
author | Dinolek <dinolek@o2.pl> | Sat Mar 17 20:32:29 2018 +0100 |
committer | GitHub <noreply@github.com> | Sat Mar 17 20:32:29 2018 +0100 |
tree | 4bad78b4424e3a9d6a5238534797d35ac2d4c325 | |
parent | 493a27a1a6197c7aa5cf499528dcc6266ba5e205 [diff] [blame] |
Don't dexpreopt gapps This is done to reduce size of gapps in system. First boot will take a little bit more.
diff --git a/gapps.mk b/gapps.mk index 4b31b04..6697b81 100644 --- a/gapps.mk +++ b/gapps.mk
@@ -1,4 +1,5 @@ GAPPS_VARIANT := nano +DONT_DEXPREOPT_PREBUILTS := true GAPPS_FORCE_PACKAGE_OVERRIDES := true GAPPS_FORCE_BROWSER_OVERRIDES := true GAPPS_FORCE_WEBVIEW_OVERRIDES := true