-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevice.mk
47 lines (38 loc) · 1.12 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
47
#
# Copyright (C) 2024 The Android Open Source Project
# Copyright (C) 2024 The TWRP Open Source Project
#
LOCAL_PATH := device/samsung/gta4l
# Inherit from common AOSP config
$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)
# Partitions
PRODUCT_BUILD_SUPER_PARTITION := false
PRODUCT_USE_DYNAMIC_PARTITIONS := true
# Product characteristics
PRODUCT_CHARACTERISTICS := tablet
# Rootdir
PRODUCT_PACKAGES += \
otapreopt_script \
update_engine \
update_engine_sideload \
update_verifier \
bootctrl.$(PRODUCT_PLATFORM) \
bootctrl.$(PRODUCT_PLATFORM).recovery \
# fastbootd
PRODUCT_PACKAGES += \
fastbootd
# qcom decryption
PRODUCT_PACKAGES_ENG += \
qcom_decrypt \
qcom_decrypt_fbe
# Dependencies
TARGET_RECOVERY_DEVICE_MODULES += \
libion
RECOVERY_LIBRARY_SOURCE_FILES += \
$(TARGET_OUT_SHARED_LIBRARIES)/libion.so