24 lines
679 B
Makefile
24 lines
679 B
Makefile
# $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
|
|
|
|
# # The gps config appropriate for this device
|
|
# $(call inherit-product, device/common/gps/gps_us_supl.mk)
|
|
|
|
# $(call inherit-product-if-exists, vendor/samsung/a7y18lte/a7y18lte-vendor.mk)
|
|
|
|
# DEVICE_PACKAGE_OVERLAYS += device/samsung/a7y18lte/overlay
|
|
|
|
# $(call inherit-product, build/target/product/full.mk)
|
|
|
|
# PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=0
|
|
# PRODUCT_NAME := full_a7y18lte
|
|
# PRODUCT_DEVICE := a7y18lte
|
|
|
|
#------------------------------
|
|
|
|
# System.prop
|
|
TARGET_SYSTEM_PROP += device/samsung/a7y17lte/system.prop
|
|
|
|
# Flat device tree for boot image
|
|
PRODUCT_HOST_PACKAGES += \
|
|
dtbhtoolExynos
|