Revert
Revert old repo, branch off for development code...
This commit is contained in:
parent
0259900b1b
commit
0e63cca6df
25 changed files with 440 additions and 1006 deletions
|
|
@ -5,29 +5,12 @@
|
|||
# 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-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)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
|
||||
|
||||
# Inherit from denver device
|
||||
$(call inherit-product, device/motorola/denver/device.mk)
|
||||
|
|
@ -35,12 +18,9 @@ $(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 := Moto
|
||||
PRODUCT_MODEL := XT2131-1
|
||||
PRODUCT_MANUFACTURER := Motorola
|
||||
PRODUCT_RELEASE_NAME := Moto G Sylus 5G
|
||||
PRODUCT_BRAND := motorola
|
||||
PRODUCT_MODEL := moto g stylus 5G
|
||||
PRODUCT_MANUFACTURER := motorola
|
||||
|
|
|
|||
Loading…
Reference in a new issue