blob: 2f3be01e3425641fe5b0fb4b2db5f35d9f278fa3 [file] [log] [blame]
Amit Pundir4e375822019-04-18 16:46:10 +05301# Copyright (C) 2013 The Android Open Source 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
Amit Pundir4e375822019-04-18 16:46:10 +053016TARGET_USES_64_BIT_BINDER := true
17
18TARGET_NO_BOOTLOADER := true
19TARGET_NO_KERNEL := true
20TARGET_NO_RECOVERY := true
21
22BOARD_SYSTEMIMAGE_FILE_SYSTEM_TYPE := ext4
23TARGET_USERIMAGES_USE_EXT4 := true
24TARGET_COPY_OUT_VENDOR := vendor
25BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
26TARGET_COPY_OUT_SYSTEM_EXT := system_ext
27BOARD_SYSTEM_EXTIMAGE_FILE_SYSTEM_TYPE := ext4
Yongqin Liu55663172020-03-28 11:30:25 +080028TARGET_COPY_OUT_PRODUCT := product
29BOARD_PRODUCTIMAGE_FILE_SYSTEM_TYPE := ext4
Amit Pundir4e375822019-04-18 16:46:10 +053030BOARD_USES_METADATA_PARTITION := true
31# Super partition
32TARGET_USE_DYNAMIC_PARTITIONS := true
33BOARD_BUILD_SUPER_IMAGE_BY_DEFAULT := true
34BOARD_SUPER_PARTITION_GROUPS := db_dynamic_partitions
Yongqin Liu55663172020-03-28 11:30:25 +080035BOARD_DB_DYNAMIC_PARTITIONS_PARTITION_LIST := system vendor system_ext product
Amit Pundir4e375822019-04-18 16:46:10 +053036
37# Enable Treble
38PRODUCT_FULL_TREBLE := true
39BOARD_VNDK_VERSION := current
40
41# Mesa DRM hwcomposer
42BOARD_USES_DRM_HWCOMPOSER := true
John Stultzdd29e432021-10-06 22:32:11 +000043BOARD_GPU_DRIVERS := freedreno
Amit Pundir4e375822019-04-18 16:46:10 +053044TARGET_USES_HWC2 := true
John Stultzdd29e432021-10-06 22:32:11 +000045BOARD_MESA3D_USES_MESON_BUILD := true
46BOARD_MESA3D_GALLIUM_DRIVERS := freedreno
47BOARD_MESA3D_VULKAN_DRIVERS := freedreno
48
Amit Pundir4e375822019-04-18 16:46:10 +053049
50# WiFi
51WPA_SUPPLICANT_VERSION := VER_0_8_X
52BOARD_WPA_SUPPLICANT_DRIVER := NL80211
53BOARD_HOSTAPD_DRIVER := NL80211
54BOARD_WLAN_DEVICE := qcwcn
55BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
56
57# BT
58BOARD_HAVE_BLUETOOTH := true
59
60BOARD_SEPOLICY_DIRS += \
61 device/linaro/dragonboard/sepolicy \
62 system/bt/vendor_libs/linux/sepolicy
63
Amit Pundir4e375822019-04-18 16:46:10 +053064# Enable dex pre-opt to speed up initial boot
65ifeq ($(HOST_OS),linux)
66 ifeq ($(WITH_DEXPREOPT),)
67 WITH_DEXPREOPT := true
68 WITH_DEXPREOPT_PIC := true
69 endif
70endif
Amit Pundirfbd3fbb2021-11-18 14:59:17 +053071
72# Copy firmware files to ramdisk/vendor_ramdisk to workaround
73# the dependency on FW_LOADER_USER_HELPER_FALLBACK kernel config
74BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true