a5xelte: Add libbauthtzcommon shim
[GitHub/LineageOS/android_device_samsung_a5xelte.git] / BoardConfig.mk
CommitLineData
b7e14c05
DW
1#
2# Copyright (C) 2018 The LineageOS Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17# Inherit from universal7580-common
18include device/samsung/universal7580-common/BoardConfigCommon.mk
19
20LOCAL_PATH := device/samsung/a5xelte
217472c8 21
a7ed544d
DW
22TARGET_OTA_ASSERT_DEVICE := a5xelte, a5xeltexx, a5xelteub, a5xeltedo
23
217472c8
DW
24# Bluetooth
25BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(LOCAL_PATH)/bluetooth
a7ed544d 26
21e067f2
DW
27# Fingerprint
28TARGET_SEC_FP_HAL_VARIANT := bauth
29
1475f6e2
DW
30# RIL
31BOARD_MODEM_TYPE := tss310
32BOARD_PROVIDES_LIBRIL := true
852adbde 33BOARD_NEEDS_ROAMING_PROTOCOL_FIELD := true
1475f6e2 34
a7ed544d
DW
35# Init
36TARGET_INIT_VENDOR_LIB := libinit_sec
edc94062
DW
37
38# Partitions
39BOARD_HAS_NO_MISC_PARTITION:= false
40TARGET_USERIMAGES_USE_EXT4 := true
41TARGET_USERIMAGES_USE_F2FS := true
42BOARD_BOOTIMAGE_PARTITION_SIZE := 29360128
43BOARD_CACHEIMAGE_PARTITION_SIZE := 104857600
44BOARD_RECOVERYIMAGE_PARTITION_SIZE := 35651584
45BOARD_SYSTEMIMAGE_PARTITION_SIZE := 3145728000
46BOARD_USERDATAIMAGE_PARTITION_SIZE := 13514047488
47BOARD_FLASH_BLOCK_SIZE := 4096
50451229
DW
48
49# Kernel
50TARGET_KERNEL_CONFIG := lineageos_a5xelte_defconfig
9b49cfe1
DW
51
52# Shim
53TARGET_LD_SHIM_LIBS += \
54 /system/lib/libcamera_client.so|/vendor/lib/libcamera_client_shim.so \
55 /system/lib/libstagefright.so|/vendor/lib/libstagefright_shim.so \
6f659032
CH
56 /system/lib/libexynoscamera.so|/vendor/lib/libexynoscamera_shim.so \
57 /system/lib/libbauthserver.so|/system/lib/libbauthtzcommon_shim.so