a5xelte: fingerprint: switch to using the new HIDL based hal
[GitHub/LineageOS/android_device_samsung_a5xelte.git] / BoardConfig.mk
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
18 include device/samsung/universal7580-common/BoardConfigCommon.mk
19
20 LOCAL_PATH := device/samsung/a5xelte
21
22 TARGET_OTA_ASSERT_DEVICE := a5xelte,a5xeltexx,a5xelteub,a5xeltedo
23
24 # Bluetooth
25 BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(LOCAL_PATH)/bluetooth
26
27 # Fingerprint
28 TARGET_SEC_FP_CALL_NOTIFY_ON_CANCEL := true
29 TARGET_SEC_FP_USES_PERCENTAGE_SAMPLES := true
30
31 # Network Routing
32 TARGET_NEEDS_NETD_DIRECT_CONNECT_RULE := true
33
34 # RIL
35 BOARD_MODEM_TYPE := tss310
36 BOARD_PROVIDES_LIBRIL := true
37 BOARD_NEEDS_ROAMING_PROTOCOL_FIELD := true
38
39 # Init
40 TARGET_INIT_VENDOR_LIB := libinit_a5xelte
41
42 # Partitions
43 BOARD_HAS_NO_MISC_PARTITION:= false
44 TARGET_USERIMAGES_USE_EXT4 := true
45 TARGET_USERIMAGES_USE_F2FS := true
46 BOARD_BOOTIMAGE_PARTITION_SIZE := 29360128
47 BOARD_CACHEIMAGE_PARTITION_SIZE := 104857600
48 BOARD_RECOVERYIMAGE_PARTITION_SIZE := 35651584
49 BOARD_SYSTEMIMAGE_PARTITION_SIZE := 3145728000
50 BOARD_USERDATAIMAGE_PARTITION_SIZE := 13514047488
51 BOARD_FLASH_BLOCK_SIZE := 4096
52
53 # Kernel
54 TARGET_KERNEL_CONFIG := lineageos_a5xelte_defconfig
55
56 # Shim
57 TARGET_LD_SHIM_LIBS += \
58 /system/lib/libcamera_client.so|/vendor/lib/libcamera_client_shim.so \
59 /system/lib/libstagefright.so|/vendor/lib/libstagefright_shim.so \
60 /system/lib/libexynoscamera.so|/vendor/lib/libexynoscamera_shim.so \
61 /system/lib/libbauthserver.so|/system/lib/libbauthtzcommon_shim.so
62
63 # Legacy BLOB Support
64 TARGET_PROCESS_SDK_VERSION_OVERRIDE += \
65 /system/vendor/bin/hw/rild=27