diff --git a/cm.dependencies b/cm.dependencies new file mode 100644 index 0000000..af910ef --- /dev/null +++ b/cm.dependencies @@ -0,0 +1,30 @@ +[ + { + "repository": "android_device_qcom_common", + "target_path": "device/qcom/common" + }, + { + "repository": "android_device_motorola_qcom-common", + "target_path": "device/motorola/qcom-common" + }, + { + "repository": "android_device_motorola_msm8226-common", + "target_path": "device/motorola/msm8226-common" + }, + { + "repository": "android_kernel_motorola_msm8226", + "target_path": "kernel/motorola/msm8226" + }, + { + "repository": "android_hardware_qcom_fm", + "target_path": "hardware/qcom/fm" + }, + { + "repository": "android_hardware_qcom_display-caf-new", + "target_path": "hardware/qcom/display-caf-new" + }, + { + "repository": "android_hardware_qcom_media-caf-new", + "target_path": "hardware/qcom/media-caf-new" + } +] diff --git a/device_peregrine.mk b/device_peregrine.mk index 17379e8..20d3f7a 100644 --- a/device_peregrine.mk +++ b/device_peregrine.mk @@ -7,16 +7,6 @@ $(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