Initial skeleton x86_64 support
* Needs proprietary files and toybox
This commit is contained in:
23
x86_64/x86_64-vendor.mk
Normal file
23
x86_64/x86_64-vendor.mk
Normal file
@@ -0,0 +1,23 @@
|
||||
# Automatically generated file. DO NOT MODIFY
|
||||
#
|
||||
# This file is generated by device/gapps/x86_64/setup-makefiles.sh
|
||||
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
vendor/gapps/x86_64
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
vendor/gapps/x86_64/proprietary/product/lib/libjni_latinimegoogle.so:$(TARGET_COPY_OUT_PRODUCT)/lib/libjni_latinimegoogle.so \
|
||||
vendor/gapps/x86_64/proprietary/product/lib64/libjni_latinimegoogle.so:$(TARGET_COPY_OUT_PRODUCT)/lib64/libjni_latinimegoogle.so
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
GmsCore \
|
||||
Phonesky
|
||||
|
||||
ifeq ($(TARGET_IS_GROUPER),)
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
SetupWizard \
|
||||
Velvet
|
||||
endif
|
||||
|
||||
$(call inherit-product, vendor/gapps/common/common-vendor.mk)
|
||||
Reference in New Issue
Block a user