diff options
| author | Ashwin <ashwinr64@gmail.com> | 2016-01-10 17:11:36 -0800 |
|---|---|---|
| committer | Ashwin <ashwinr64@gmail.com> | 2016-01-14 22:53:06 -0800 |
| commit | 6a04c376951c8ced5da0088e141582e6eba3470f (patch) | |
| tree | 89a35ec4f1279e137fafd245daba24c718d1ce40 | |
| parent | acb1d8c0076bc5c532b3d113afa6ae1b37c2d672 (diff) | |
otus: Use common kernel for otus and condor [3/3]
Change-Id: I0c37b3df6a7429f421a5b9a928188675badd912d
| -rw-r--r-- | BoardConfig.mk | 4 | ||||
| -rw-r--r-- | cm.dependencies | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index e0aa104..29b93b2 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2015 The CyanogenMod Project +# Copyright (C) 2016 The CyanogenMod Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ LOCAL_PATH := device/motorola/otus -TARGET_KERNEL_SOURCE := kernel/motorola/otus +TARGET_KERNEL_SOURCE := kernel/motorola/msm8610 TARGET_KERNEL_CONFIG := cm_otus_defconfig # Storage & partiiton diff --git a/cm.dependencies b/cm.dependencies index 3680e60..e372200 100644 --- a/cm.dependencies +++ b/cm.dependencies @@ -2,9 +2,5 @@ { "repository": "android_device_motorola_msm8610-common", "target_path": "device/motorola/msm8610-common" - }, - { - "repository": "android_kernel_motorola_otus", - "target_path": "kernel/motorola/otus" } ] |
