-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathBoardConfig.mk
36 lines (25 loc) · 1.01 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
USE_CAMERA_STUB := true
# inherit from the proprietary version
-include vendor/sony/aoba/BoardConfigVendor.mk
#inherit from the common fuji definitions
-include device/sony/fuji-common/BoardConfigCommon.mk
TARGET_KERNEL_CONFIG := opensemc_fuji_aoba_defconfig
# Sony-supplied broadcom wlan module
BOARD_WLAN_BROADCOM := true
# Custom bluedroid includes
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/sony/aoba/bluetooth
# Partition information
BOARD_VOLD_MAX_PARTITIONS := 18
# the following two sizes are generous guesses
# since these partitions are not visible
BOARD_BOOTIMAGE_PARTITION_SIZE := 0x01400000
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 0x01400000
# Recovery
TARGET_RECOVERY_INITRC := device/sony/aoba/recovery/init.rc
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1056964608
BOARD_USERDATAIMAGE_PARTITION_SIZE := 2147483648
BOARD_FLASH_BLOCK_SIZE := 131072
BOARD_HAS_NO_SELECT_BUTTON := true
TARGET_USERIMAGES_USE_EXT4 := true
BOARD_SDCARD_INTERNAL_DEVICE := /dev/block/mmcblk0p18
TARGET_OTA_ASSERT_DEVICE := LT26w,aoba