j7elte: Add HIDL manifest
[GitHub/LineageOS/android_device_samsung_j7elte.git] / BoardConfig.mk
CommitLineData
fd684260
DT
1# Copyright (C) 2017-2020 The LineageOS Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15# Inherit from universal7580-common
16include device/samsung/universal7580-common/BoardConfigCommon.mk
17
18LOCAL_PATH := device/samsung/j7elte
9427e63c 19
a64a9880
DT
20TARGET_OTA_ASSERT_DEVICE := j7elte
21
9427e63c
DW
22# Bluetooth
23BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(LOCAL_PATH)/bluetooth
a64a9880
DT
24
25# Init
26TARGET_INIT_VENDOR_LIB := libinit_sec
a41a79b7 27
1c69b11d
DT
28# Kernel
29TARGET_KERNEL_CONFIG := lineageos_j7elte_defconfig
30
a41a79b7
DT
31# Partitions
32BOARD_HAS_NO_MISC_PARTITION:= false
33TARGET_USERIMAGES_USE_EXT4 := true
34TARGET_USERIMAGES_USE_F2FS := true
35BOARD_BOOTIMAGE_PARTITION_SIZE := 33554432
36BOARD_CACHEIMAGE_PARTITION_SIZE := 209715200
37BOARD_RECOVERYIMAGE_PARTITION_SIZE := 39845888
38BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2206203904
39BOARD_USERDATAIMAGE_PARTITION_SIZE := 13035896832
40BOARD_FLASH_BLOCK_SIZE := 4096
bf4ad9d9
DW
41
42# RIL
43BOARD_MODEM_TYPE := tss310
44BOARD_PROVIDES_LIBRIL := true