25 lines
700 B
Makefile
25 lines
700 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/motorola/peregrine/peregrine-vendor.mk)
|
|
|
|
DEVICE_PACKAGE_OVERLAYS += device/motorola/peregrine/overlay
|
|
|
|
LOCAL_PATH := device/motorola/peregrine
|
|
ifeq ($(TARGET_PREBUILT_KERNEL),)
|
|
LOCAL_KERNEL := $(LOCAL_PATH)/kernel
|
|
else
|
|
LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
|
|
endif
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_KERNEL):kernel
|
|
|
|
$(call inherit-product, build/target/product/full.mk)
|
|
|
|
PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=0
|
|
PRODUCT_NAME := full_peregrine
|
|
PRODUCT_DEVICE := peregrine
|