summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoyster <oysterized@gmail.com>2016-08-21 15:02:52 +0200
committerGitHub <noreply@github.com>2016-08-21 15:02:52 +0200
commit253715fabb1636e20f8607a39ff8c1a049f2bd50 (patch)
treebdc144b92c011d78a4ab82eea1b58d2ad13edd9e
parentdbe727d995907c83e8179f0f1228eb2d199fa7e0 (diff)
remove prebuilt kernel
-rw-r--r--device_m2note.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/device_m2note.mk b/device_m2note.mk
index d416ae5..b4bda57 100644
--- a/device_m2note.mk
+++ b/device_m2note.mk
@@ -12,12 +12,6 @@ DEVICE_PACKAGE_OVERLAYS += device/meizu/m2note/overlay
# Recovery allowed devices
TARGET_OTA_ASSERT_DEVICE := m2note,m571,m2n,Blue Charm Note 2
-ifeq ($(TARGET_PREBUILT_KERNEL),)
- LOCAL_KERNEL := device/meizu/m2note/prebuilt/kernel
-else
- LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
-endif
-
# init.rc's
PRODUCT_COPY_FILES += \
device/meizu/m2note/rootdir/init.mt6735.rc:root/init.mt6735.rc \