Skip to content

Commit

Permalink
BoardConfig: disable prebuilt, enable kernel building
Browse files Browse the repository at this point in the history
  • Loading branch information
Daz Jones committed Feb 19, 2013
1 parent 552620b commit bb542d2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions BoardConfig.mk
Expand Up @@ -29,9 +29,6 @@ BOARD_USES_QCOM_GPS := true
BOARD_VENDOR_QCOM_GPS_LOC_API_AMSS_VERSION := 50000
BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE := u8815

# Touchscreen
BOARD_USE_LEGACY_TOUCHSCREEN := true

TARGET_SPECIFIC_HEADER_PATH := device/huawei/u8815/include

# OpenGL drivers config file path
Expand Down Expand Up @@ -73,9 +70,8 @@ BOARD_USERDATAIMAGE_PARTITION_SIZE := 183500800
BOARD_FLASH_BLOCK_SIZE := 131072

# Kernel
#TARGET_KERNEL_SOURCE := kernel/huawei/u8815
#TARGET_KERNEL_CONFIG := cyanogen_u8815_defconfig
TARGET_PREBUILT_KERNEL := device/huawei/u8815/kernel
TARGET_KERNEL_SOURCE := kernel/huawei/u8815
TARGET_KERNEL_CONFIG := cyanogen_u8815_defconfig
BOARD_KERNEL_CMDLINE := androidboot.hardware=huawei
BOARD_KERNEL_BASE := 0x00200000
BOARD_PAGE_SIZE := 2048
Expand Down

0 comments on commit bb542d2

Please sign in to comment.