google-customization: Build with ModuleMetadataGooglePrebuilt for all devices

Signed-off-by: Henrique Pereira <hlcpereira@pixelexperience.org>
Change-Id: I93dc2d1ef9744b9587a58c3d1d94fdd4c3f43df0
diff --git a/config.mk b/config.mk
index 15b34ba..dd1b0b7 100644
--- a/config.mk
+++ b/config.mk
@@ -19,8 +19,6 @@
 endif
 
 ifeq ($(TARGET_FLATTEN_APEX),false)
-$(call inherit-product, vendor/google-customization/apex/apex.mk)
-
 # Apex Namespace
 PRODUCT_SOONG_NAMESPACES += vendor/google-customization/apex/apex_images
 
@@ -30,3 +28,4 @@
 endif
 
 $(call inherit-product, vendor/google-customization/product/config.mk)
+$(call inherit-product, vendor/google-customization/apex/apex.mk)