Further device tree bringups
This commit is contained in:
parent
abe6029209
commit
85a70650a3
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
|
@ -7,16 +7,6 @@ $(call inherit-product-if-exists, vendor/motorola/peregrine/peregrine-vendor.mk)
|
||||||
|
|
||||||
DEVICE_PACKAGE_OVERLAYS += device/motorola/peregrine/overlay
|
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)
|
$(call inherit-product, build/target/product/full.mk)
|
||||||
|
|
||||||
PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=0
|
PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=0
|
||||||
|
|
Loading…
Reference in New Issue