Loading BoardConfig.mk +3 −3 Original line number Diff line number Diff line Loading @@ -45,9 +45,9 @@ TARGET_NO_BOOTLOADER := true TARGET_NO_RADIOIMAGE := true # Crypto TW_INCLUDE_CRYPTO := true TW_INCLUDE_CRYPTO_FBE := true TW_INCLUDE_FBE := true # Samsung exynos decrypt won't work here #TW_INCLUDE_CRYPTO := true #TW_INCLUDE_CRYPTO_FBE := true # Kernel TARGET_KERNEL_ARCH := arm64 Loading recovery.fstab +2 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,8 @@ /recovery emmc /dev/block/platform/13540000.dwmmc0/by-name/RECOVERY flags=display="Recovery";backup=1 /system ext4 /dev/block/platform/13540000.dwmmc0/by-name/SYSTEM flags=display="System";backup=1 /system_image emmc /dev/block/platform/13540000.dwmmc0/by-name/SYSTEM flags=display="System_image";backup=1;flashimg=1 /data ext4 /dev/block/platform/13540000.dwmmc0/by-name/USERDATA flags=display="Internal Storage";encryptable=footer;length=-20480;fileencryption=aes-256-xts #/data ext4 /dev/block/platform/13540000.dwmmc0/by-name/USERDATA flags=display="Internal Storage";encryptable=footer;length=-20480;fileencryption=aes-256-xts:aes-256-cts /data ext4 /dev/block/platform/13540000.dwmmc0/by-name/USERDATA flags=display="Internal Storage" /modem emmc /dev/block/platform/13540000.dwmmc0/by-name/RADIO flags=display="Modem";backup=1 /efs ext4 /dev/block/platform/13540000.dwmmc0/by-name/EFS flags=display="EFS";backup=1 /cpefs ext4 /dev/block/platform/13540000.dwmmc0/by-name/CPEFS flags=backup=1;subpartitionof=/efs Loading Loading
BoardConfig.mk +3 −3 Original line number Diff line number Diff line Loading @@ -45,9 +45,9 @@ TARGET_NO_BOOTLOADER := true TARGET_NO_RADIOIMAGE := true # Crypto TW_INCLUDE_CRYPTO := true TW_INCLUDE_CRYPTO_FBE := true TW_INCLUDE_FBE := true # Samsung exynos decrypt won't work here #TW_INCLUDE_CRYPTO := true #TW_INCLUDE_CRYPTO_FBE := true # Kernel TARGET_KERNEL_ARCH := arm64 Loading
recovery.fstab +2 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,8 @@ /recovery emmc /dev/block/platform/13540000.dwmmc0/by-name/RECOVERY flags=display="Recovery";backup=1 /system ext4 /dev/block/platform/13540000.dwmmc0/by-name/SYSTEM flags=display="System";backup=1 /system_image emmc /dev/block/platform/13540000.dwmmc0/by-name/SYSTEM flags=display="System_image";backup=1;flashimg=1 /data ext4 /dev/block/platform/13540000.dwmmc0/by-name/USERDATA flags=display="Internal Storage";encryptable=footer;length=-20480;fileencryption=aes-256-xts #/data ext4 /dev/block/platform/13540000.dwmmc0/by-name/USERDATA flags=display="Internal Storage";encryptable=footer;length=-20480;fileencryption=aes-256-xts:aes-256-cts /data ext4 /dev/block/platform/13540000.dwmmc0/by-name/USERDATA flags=display="Internal Storage" /modem emmc /dev/block/platform/13540000.dwmmc0/by-name/RADIO flags=display="Modem";backup=1 /efs ext4 /dev/block/platform/13540000.dwmmc0/by-name/EFS flags=display="EFS";backup=1 /cpefs ext4 /dev/block/platform/13540000.dwmmc0/by-name/CPEFS flags=backup=1;subpartitionof=/efs Loading