summaryrefslogtreecommitdiff
path: root/AndroidBoardCommon.mk
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidBoardCommon.mk')
-rw-r--r--AndroidBoardCommon.mk11
1 files changed, 2 insertions, 9 deletions
diff --git a/AndroidBoardCommon.mk b/AndroidBoardCommon.mk
index 86daf0f..9a7afc3 100644
--- a/AndroidBoardCommon.mk
+++ b/AndroidBoardCommon.mk
@@ -14,15 +14,6 @@
LOCAL_PATH := $(call my-dir)
-ifeq ($(TARGET_PREBUILT_KERNEL),)
-TARGET_PREBUILT_KERNEL := $(LOCAL_PATH)/kernel
-endif
-
-file := $(INSTALLED_KERNEL_TARGET)
-ALL_PREBUILT += $(file)
-$(file): $(TARGET_PREBUILT_KERNEL) | $(ACP)
- $(transform-prebuilt-to-target)
-
$(call add-radio-file,recovery/images/firmware_error.565)
$(call add-radio-file,recovery/images/bitmap_size.txt)
@@ -45,4 +36,6 @@ LOCAL_MODULE_PATH := $(TARGET_OUT)/lib/modules
LOCAL_SRC_FILES := $(LOCAL_MODULE)
include $(BUILD_PREBUILT)
+ALL_PREBUILT += $(INSTALLED_KERNEL_TARGET)
+
-include vendor/htc/dream-sapphire/AndroidBoardCommonVendor.mk