Commit 971a56db authored by SnowCatPDA's avatar SnowCatPDA
Browse files

UPDATE x64 build

parent b5a141bb
Loading
Loading
Loading
Loading
+17 −9
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@

# Add proprietary binary files
PRODUCT_COPY_FILES += \
	$(call find-copy-subdir-files,*,$(LOCAL_PATH)/system,system)
	$(call find-copy-subdir-files,*,$(LOCAL_PATH)/system/common,system)

PRODUCT_PACKAGES += \
	busybox
@@ -22,18 +22,26 @@ GAPPS_FORCE_BROWSER_OVERRIDES := true
PRODUCT_PACKAGES += \
        GoogleTTS \
        GoogleHome \
                    CalendarGooglePrebuilt \
        LatinImeGoogle \
        Chrome \
                    Velvet
        Velvet \
	CalendarGooglePrebuilt

GAPPS_EXCLUDED_PACKAGES := \
	Video \
	Videos \
	GooglePackageInstaller

#	SetupWizard \
ifneq ($(MTK_K64_SUPPORT), yes)
WITH_DEXPREOPT := true
PRODUCT_COPY_FILES += \
	$(call find-copy-subdir-files,*,$(LOCAL_PATH)/system/x32,system)
else
WITH_DEXPREOPT := false
PRODUCT_COPY_FILES += \
	$(call find-copy-subdir-files,*,$(LOCAL_PATH)/system/x64,system)
endif

$(call inherit-product-if-exists, vendor/google/build/opengapps-packages.mk)

$(call inherit-product-if-exists, vendor/google/build/opengapps-packages.mk)