initializing tree with aospdtgen just fr skeleton
This commit is contained in:
110
device.mk
Normal file
110
device.mk
Normal file
@ -0,0 +1,110 @@
|
||||
#
|
||||
# Copyright (C) 2025 The LineageOS Project
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
# Enable updating of APEXes
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
|
||||
|
||||
# A/B
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk)
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.boot@1.2-impl \
|
||||
android.hardware.boot@1.2-impl.recovery \
|
||||
android.hardware.boot@1.2-service
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
update_engine \
|
||||
update_engine_sideload \
|
||||
update_verifier
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
checkpoint_gc \
|
||||
otapreopt_script
|
||||
|
||||
# API levels
|
||||
PRODUCT_SHIPPING_API_LEVEL := 33
|
||||
|
||||
# fastbootd
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.fastboot@1.1-impl-mock \
|
||||
fastbootd
|
||||
|
||||
# Health
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.health@2.1-impl \
|
||||
android.hardware.health@2.1-service
|
||||
|
||||
# Overlays
|
||||
PRODUCT_ENFORCE_RRO_TARGETS := *
|
||||
|
||||
# Partitions
|
||||
PRODUCT_USE_DYNAMIC_PARTITIONS := true
|
||||
|
||||
# Product characteristics
|
||||
PRODUCT_CHARACTERISTICS := default
|
||||
|
||||
# Rootdir
|
||||
PRODUCT_PACKAGES += \
|
||||
apanic_annotate.sh \
|
||||
apanic_copy.sh \
|
||||
apanic_mtk.sh \
|
||||
apanic_save.sh \
|
||||
hardware_revisions.sh \
|
||||
init.insmod.sh \
|
||||
init.mmi.backup.trustlet.sh \
|
||||
init.mmi.block_perm.sh \
|
||||
init.mmi.boot.sh \
|
||||
init.mmi.modem-rfs.sh \
|
||||
init.mmi.modules.sh \
|
||||
init.mmi.shutdown.sh \
|
||||
init.mmi.touch.sh \
|
||||
init.mmi.usb.sh \
|
||||
init.oem.fingerprint2.sh \
|
||||
init.oem.hw.sh \
|
||||
pstore_annotate.sh \
|
||||
vendor.mmi.cxp.sh \
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
fstab.enablezramwb \
|
||||
apanic.rc \
|
||||
factory_init.connectivity.common.rc \
|
||||
factory_init.connectivity.rc \
|
||||
factory_init.project.rc \
|
||||
factory_init.rc \
|
||||
init.aee.rc \
|
||||
init.cgroup.rc \
|
||||
init.connectivity.common.rc \
|
||||
init.connectivity.rc \
|
||||
init.mmi.backup.trustlet.rc \
|
||||
init.mmi.chipset.rc \
|
||||
init.mmi.overlay.rc \
|
||||
init.mmi.rc \
|
||||
init.mmi.tcmd.rc \
|
||||
init.mmi.usb.configfs.rc \
|
||||
init.modem.rc \
|
||||
init.mt6855.rc \
|
||||
init.mt6855.usb.rc \
|
||||
init.mtkgki.rc \
|
||||
init.project.rc \
|
||||
init.sensor_2_0.rc \
|
||||
init_connectivity.rc \
|
||||
meta_init.connectivity.common.rc \
|
||||
meta_init.connectivity.rc \
|
||||
meta_init.modem.rc \
|
||||
meta_init.project.rc \
|
||||
meta_init.rc \
|
||||
meta_init.vendor.rc \
|
||||
multi_init.rc \
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/rootdir/etc/fstab.enablezramwb:$(TARGET_VENDOR_RAMDISK_OUT)/first_stage_ramdisk/fstab.enablezramwb
|
||||
|
||||
# Soong namespaces
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
$(LOCAL_PATH)
|
||||
|
||||
# Inherit the proprietary files
|
||||
$(call inherit-product, vendor/motorola/cancunf/cancunf-vendor.mk)
|
Reference in New Issue
Block a user