Files
vendor_gapps/x86/x86-vendor.mk
Michael Bestas 3d60895de3 gapps: Switch to standalone extract utils
* Align with templates while we are at it

Change-Id: Ife50623a3d1b8733f5cc76995c982d8950d39ad4
2021-02-11 12:26:15 +01:00

22 lines
517 B
Makefile

# Automatically generated file. DO NOT MODIFY
#
# This file is generated by device/gapps/x86/setup-makefiles.sh
PRODUCT_SOONG_NAMESPACES += \
vendor/gapps/x86
PRODUCT_COPY_FILES += \
vendor/gapps/x86/proprietary/product/lib/libjni_latinimegoogle.so:$(TARGET_COPY_OUT_PRODUCT)/lib/libjni_latinimegoogle.so
PRODUCT_PACKAGES += \
PrebuiltGmsCore
ifeq ($(TARGET_IS_GROUPER),)
PRODUCT_PACKAGES += \
SetupWizardPrebuilt \
Velvet
endif
$(call inherit-product, vendor/gapps/common/common-vendor.mk)