gapps: Split Velvet by arch

* This has arch specific libs
This commit is contained in:
Paul Keith
2018-03-02 16:14:31 +01:00
parent a46382df77
commit 93136729c8
16 changed files with 68 additions and 15 deletions

View File

@@ -19,5 +19,10 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \
PrebuiltGmsCore
ifeq ($(TARGET_IS_GROUPER),)
PRODUCT_PACKAGES += \
Velvet
endif
$(call inherit-product, vendor/gapps/common/common-vendor.mk)