-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdevice.mk
More file actions
36 lines (29 loc) · 812 Bytes
/
device.mk
File metadata and controls
36 lines (29 loc) · 812 Bytes
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
#
# Copyright (C) 2025 The Android Open Source Project
# Copyright (C) 2025 SebaUbuntu's TWRP device tree generator
#
# SPDX-License-Identifier: Apache-2.0
#
# Copyright (C) 2024 The OrangeFox Recovery Project
# SPDX-License-Identifier: GPL-3.0-or-later
#
LOCAL_PATH := device/oneplus/infiniti
# Shipping API level
BOARD_SHIPPING_API_LEVEL := 34
PRODUCT_SHIPPING_API_LEVEL := 34
PRODUCT_TARGET_VNDK_VERSION := 34
# Dynamic partitions
PRODUCT_USE_DYNAMIC_PARTITIONS := true
PRODUCT_PACKAGES += \
lpflash \
lpmake \
lpunpack
# OTA certs
PRODUCT_EXTRA_RECOVERY_KEYS += \
$(LOCAL_PATH)/security/local_OTA \
$(LOCAL_PATH)/security/special_OTA
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += $(LOCAL_PATH)
# some OrangeFox-specific settings
$(call inherit-product, $(LOCAL_PATH)/fox_infiniti.mk)
#