Koushik Dutta | 6ced966 | 2011-11-20 21:14:29 -0800 | [diff] [blame] | 1 | $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk) |
| 2 | |
| 3 | # The gps config appropriate for this device |
| 4 | $(call inherit-product, device/common/gps/gps_us_supl.mk) |
| 5 | |
| 6 | $(call inherit-product-if-exists, vendor/__MANUFACTURER__/__DEVICE__/__DEVICE__-vendor.mk) |
| 7 | |
| 8 | DEVICE_PACKAGE_OVERLAYS += device/__MANUFACTURER__/__DEVICE__/overlay |
| 9 | |
| 10 | |
| 11 | ifeq ($(TARGET_PREBUILT_KERNEL),) |
| 12 | LOCAL_KERNEL := device/__MANUFACTURER__/__DEVICE__/kernel |
| 13 | else |
| 14 | LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL) |
| 15 | endif |
| 16 | |
| 17 | PRODUCT_COPY_FILES += \ |
| 18 | $(LOCAL_KERNEL):kernel |
| 19 | |
| 20 | $(call inherit-product, build/target/product/full.mk) |
| 21 | |
| 22 | PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=0 |
| 23 | PRODUCT_NAME := full___DEVICE__ |
| 24 | PRODUCT_DEVICE := __DEVICE__ |