From eafd73a5e2e455efeea1c90b820c453f98e52240 Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Thu, 17 May 2018 23:32:26 +0200 Subject: [PATCH] Don't dexpreopt gapps-go --- gapps-go.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/gapps-go.mk b/gapps-go.mk index 2c8de26..3d30032 100644 --- a/gapps-go.mk +++ b/gapps-go.mk @@ -1,2 +1,3 @@ +DONT_DEXPREOPT_PREBUILTS := true $(call inherit-product, build/make/target/product/go_defaults.mk) $(call inherit-product, vendor/gapps-go/gapps-go.mk)