forked from TeamCanjica/android_device_sony_pepper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BoardConfig.mk
39 lines (26 loc) · 1.09 KB
/
BoardConfig.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
USE_CAMERA_STUB := true
# Bluetooth
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/sony/pepper/bluetooth
# inherit from the proprietary version
-include vendor/sony/pepper/BoardConfigVendor.mk
#inherit from the common montblanc definitions
-include device/sony/montblanc-common/BoardConfigCommon.mk
TARGET_SPECIFIC_HEADER_PATH := device/sony/pepper/include
TARGET_KERNEL_CONFIG := cm_montblanc_pepper_defconfig
# Handling of EGL ICS blobs
BOARD_EGL_NEEDS_LEGACY_FB := true
# Partition information
BOARD_VOLD_MAX_PARTITIONS := 16
BOARD_BOOTIMAGE_PARTITION_SIZE := 0x01400000
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 0x01400000
BOARD_CMDLINE := device/sony/pepper/config/cmdline.txt
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1056964608
BOARD_USERDATA_PARTITION_SIZE := 2147483648
BOARD_FLASH_BLOCK_SIZE := 131072
BOARD_FORCE_KERNEL_ADDRESS := 0x00008000
BOARD_MKBOOTIMG_ARGS := 0x01000000
COMMON_GLOBAL_CFLAGS += -DNEW_NOTIFICATION
BOARD_HAS_NO_SELECT_BUTTON := true
TARGET_USERIMAGES_USE_EXT4 := true
BOARD_SDCARD_INTERNAL_DEVICE := /dev/block/mmcblk0p14
TARGET_OTA_ASSERT_DEVICE := MT27i,MT27a,pepper