diff options
author | Chirayu Desai <chirayudesai1@gmail.com> | 2014-11-12 18:57:48 +0530 |
---|---|---|
committer | Chirayu Desai <chirayudesai1@gmail.com> | 2014-11-12 22:23:04 +0530 |
commit | d02074330e5f2522c966894c766713123c4a2bb5 (patch) | |
tree | 622b4b09498209adfec3b5cd9855f0565ebd4b4e | |
parent | aa41a8fdb318ee94cfa73c6b77623881ecfa5b4a (diff) |
use unified AOSP kernel
Change-Id: Ia9ddf4908cca04255f725b628e26bfa1448764b1
-rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 62f63d9..b7e23df 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -23,7 +23,7 @@ include device/sony/msm8974-common/BoardConfigCommon.mk TARGET_SPECIFIC_HEADER_PATH := device/sony/shinano-common/include # Kernel properties -TARGET_KERNEL_SOURCE := kernel/sony/msm8974pro +TARGET_KERNEL_SOURCE := kernel/sony/msm8974 # Platform TARGET_BOOTLOADER_BOARD_NAME := MSM8974 |