Skip to content

Commit

Permalink
Fix kernel building
Browse files Browse the repository at this point in the history
  • Loading branch information
Daz Jones committed Feb 19, 2013
1 parent 40d5f98 commit 3808f7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions AndroidBoard.mk
@@ -1,13 +1,8 @@
LOCAL_PATH := $(call my-dir)

LOCAL_PATH := device/huawei/u8815/prebuilt
include $(CLEAR_VARS)

#
# Kernel
#
ALL_PREBUILT += $(INSTALLED_KERNEL_TARGET)

TARGET_PREBUILT_KERNEL := $(LOCAL_PATH)/kernel

file := $(INSTALLED_KERNEL_TARGET)
ALL_PREBUILT += $(file)
$(file): $(TARGET_PREBUILT_KERNEL) | $(ACP)
$(transform-prebuilt-to-target)
# include the non-open-source counterpart to this file
-include vendor/huawei/u8815/AndroidBoardVendor.mk
Binary file removed prebuilt/kernel
Binary file not shown.

0 comments on commit 3808f7e

Please sign in to comment.