Don't dexpreopt gapps-go
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)