Further device tree bringups

This commit is contained in:
David Rouleau 2014-06-17 10:18:36 -04:00
parent abe6029209
commit 85a70650a3
2 changed files with 30 additions and 10 deletions

30
cm.dependencies Normal file
View File

@ -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"
}
]

View File

@ -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