mondrianlte

This commit is contained in:
nyyu 2022-12-30 19:35:59 +01:00
parent f0cde9391e
commit e4f0c8ef8e
5 changed files with 20 additions and 20 deletions

View file

@ -14,9 +14,9 @@
# limitations under the License. # limitations under the License.
# #
ifneq ($(filter mondrianwifi,$(TARGET_DEVICE)),) ifneq ($(filter mondrianlte,$(TARGET_DEVICE)),)
LOCAL_PATH := device/samsung/mondrianwifi/ LOCAL_PATH := device/samsung/mondrianlte/
include $(call all-makefiles-under,$(LOCAL_PATH)) include $(call all-makefiles-under,$(LOCAL_PATH))

View file

@ -14,6 +14,6 @@
# limitations under the License. # limitations under the License.
# #
LOCAL_PATH := device/samsung/mondrianwifi/ LOCAL_PATH := device/samsung/mondrianlte/
PRODUCT_MAKEFILES := $(LOCAL_PATH)/omni_mondrianwifi.mk PRODUCT_MAKEFILES := $(LOCAL_PATH)/omni_mondrianlte.mk

View file

@ -14,10 +14,10 @@
# limitations under the License. # limitations under the License.
# #
LOCAL_PATH := device/samsung/mondrianwifi LOCAL_PATH := device/samsung/mondrianlte
TARGET_BOARD_PLATFORM := msm8974 TARGET_BOARD_PLATFORM := msm8974
TARGET_BOOTLOADER_BOARD_NAME := mondrianwifi TARGET_BOOTLOADER_BOARD_NAME := mondrianlte
# Architecture # Architecture
TARGET_ARCH := arm TARGET_ARCH := arm
@ -43,7 +43,7 @@ TW_INPUT_BLACKLIST := "hbtp_vm"
TW_HAS_DOWNLOAD_MODE := true TW_HAS_DOWNLOAD_MODE := true
TW_NO_REBOOT_BOOTLOADER := true TW_NO_REBOOT_BOOTLOADER := true
include $(LOCAL_PATH)/kernel.mk include $(LOCAL_PATH)/kernel.mk
BOARD_CUSTOM_BOOTIMG_MK := device/samsung/mondrianwifi/seEnforcing.mk BOARD_CUSTOM_BOOTIMG_MK := device/samsung/mondrianlte/seEnforcing.mk
LZMA_RAMDISK_TARGETS := boot,recovery LZMA_RAMDISK_TARGETS := boot,recovery
# TWRP # TWRP

View file

@ -15,8 +15,8 @@
# #
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
PRODUCT_DEVICE := mondrianwifi PRODUCT_DEVICE := mondrianlte
PRODUCT_NAME := omni_mondrianwifi PRODUCT_NAME := omni_mondrianlte
PRODUCT_BRAND := samsung PRODUCT_BRAND := samsung
PRODUCT_MODEL := SM-T320 PRODUCT_MODEL := SM-T325
PRODUCT_MANUFACTURER := samsung PRODUCT_MANUFACTURER := samsung

View file

@ -14,13 +14,13 @@
# limitations under the License. # limitations under the License.
# #
/efs ext4 /dev/block/mmcblk0p11 flags=display="EFS";backup=1 /efs emmc /dev/block/platform/msm_sdcc.1/by-name/efs flags=display="EFS";backup=1
/boot emmc /dev/block/mmcblk0p14 flags=display="Boot";backup=1 /boot emmc /dev/block/platform/msm_sdcc.1/by-name/boot flags=display="Boot";backup=1
/data ext4 /dev/block/mmcblk0p26 flags=display=backup=1 /data ext4 /dev/block/platform/msm_sdcc.1/by-name/userdata flags=display=backup=1;encryptable=footer;length=-16384
/system ext4 /dev/block/mmcblk0p23 flags=display="System";backup=1 /system ext4 /dev/block/platform/msm_sdcc.1/by-name/system flags=display="System";backup=1
/cache ext4 /dev/block/mmcblk0p24 flags=display="Cache";backup=1 /cache ext4 /dev/block/platform/msm_sdcc.1/by-name/cache flags=display="Cache";backup=1
/recovery emmc /dev/block/mmcblk0p15 flags=display="Recovery";backup=1 /recovery emmc /dev/block/platform/msm_sdcc.1/by-name/recovery flags=display="Recovery";backup=1
/misc emmc /dev/block/mmcblk0p16 flags=display="Misc" /misc emmc /dev/block/platform/msm_sdcc.1/by-name/fota flags=display="Misc"
/fimware-modem vfat /dev/block/mmcblk0p2 flags=display="modem";backup=1 /modem emmc /dev/block/platform/msm_sdcc.1/by-name/modem flags=display="modem";backup=1
/external_sd auto /dev/block/mmcblk1p1 /dev/block/mmcblk1 flags=display="Micro SDcard";storage;wipeingui;removable /external_sd vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1 flags=display="Micro SDcard";storage;wipeingui;removable
/usb-otg auto /dev/block/sda1 /dev/block/sda flags=display="USB-OTG";storage;wipeingui;removable /usb-otg vfat /dev/block/sda1 /dev/block/sda flags=display="USB-OTG";storage;wipeingui;removable