-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevice.mk
46 lines (34 loc) · 1.13 KB
/
device.mk
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
37
38
39
40
41
42
43
44
45
46
#
# Copyright (C) 2022 The Android Open Source Project
# Copyright (C) 2022 SebaUbuntu's TWRP device tree generator
#
# SPDX-License-Identifier: Apache-2.0
#
# Configure base.mk
$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)
# Configure core_64_bit_only.mk
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk)
# Configure gsi_keys.mk
$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk)
# Configure Virtual A/B
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk)
# Configure SDCard replacement functionality
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
# Configure twrp
$(call inherit-product, vendor/twrp/config/common.mk)
LOCAL_PATH := device/deltainno/darwin
PRODUCT_PACKAGES += \
bootctrl.smartisan_sm8250.recovery \
PRODUCT_PACKAGES += \
fastbootd \
# SHIPPING API
PRODUCT_SHIPPING_API_LEVEL := 30
# qcom decryption
PRODUCT_PACKAGES_ENG += \
qcom_decrypt \
qcom_decrypt_fbe
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(DEVICE_PATH)