Fastbootd Fixes, Cleanup
-Fastbootd Fixes -Code Cleanup -Update Kernel -Replace system.prop - vendor.prop -Update version to v3
This commit is contained in:
parent
019fc541a2
commit
b405279c99
21 changed files with 1006 additions and 441 deletions
|
|
@ -5,12 +5,29 @@
|
|||
# Copyright (C) 2022-juic3b0x
|
||||
#
|
||||
|
||||
# Dynamic
|
||||
PRODUCT_USE_DYNAMIC_PARTITIONS := true
|
||||
|
||||
# Shipping API Level
|
||||
PRODUCT_SHIPPING_API_LEVEL := 31
|
||||
|
||||
# VNDK Level
|
||||
PRODUCT_TARGET_VNDK_VERSION := 31
|
||||
|
||||
# Enable project quotas and casefolding for emulated storage without sdcardfs
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
|
||||
|
||||
# Enable updating of APEXes
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
|
||||
|
||||
# Installs gsi keys into ramdisk, to boot a developer GSI with verified boot.
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk)
|
||||
|
||||
# Inherit from those products. Most specific first.
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
|
||||
$(call inherit-product-if-exists, $(SRC_TARGET_DIR)/product/embedded.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
|
||||
|
||||
# Inherit from denver device
|
||||
$(call inherit-product, device/motorola/denver/device.mk)
|
||||
|
|
@ -18,9 +35,12 @@ $(call inherit-product, device/motorola/denver/device.mk)
|
|||
# Inherit some common TWRP stuff.
|
||||
$(call inherit-product, vendor/twrp/config/common.mk)
|
||||
|
||||
PRODUCT_COPY_FILES += $(call find-copy-subdir-files,*,$(LOCAL_PATH)/recovery/root,recovery/root)
|
||||
|
||||
# Device identifier. This must come after all inclusions
|
||||
PRODUCT_DEVICE := denver
|
||||
PRODUCT_NAME := twrp_denver
|
||||
PRODUCT_BRAND := motorola
|
||||
PRODUCT_MODEL := moto g stylus 5G
|
||||
PRODUCT_MANUFACTURER := motorola
|
||||
PRODUCT_BRAND := Moto
|
||||
PRODUCT_MODEL := XT2131-1
|
||||
PRODUCT_MANUFACTURER := Motorola
|
||||
PRODUCT_RELEASE_NAME := Moto G Sylus 5G
|
||||
Loading…
Add table
Add a link
Reference in a new issue