vendor_gapps/arm/arm-vendor.mk
Luca Stefani 83a87f751d Remove arm MarkupGoogle
There's no fixed arm variant as of now.
2023-03-18 10:06:30 +01:00

24 lines
559 B
Makefile

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