Skip to content

Commit

Permalink
Z00L: Update for cm-13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luca020400 committed Jan 30, 2016
1 parent 2380959 commit 9613183
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 68 deletions.
46 changes: 0 additions & 46 deletions Android.mk

This file was deleted.

1 change: 0 additions & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ BOARD_MKBOOTIMG_ARGS := --kernel_offset 0x00008000 --ramdisk_offset 0x02000000 -

# Recovery
RECOVERY_VARIANT=twrp
TARGET_RECOVERY_FSTAB := device/asus/Z00L/recovery.fstab
TARGET_USERIMAGES_USE_EXT4 := true
TARGET_USERIMAGES_USE_F2FS := true

Expand Down
17 changes: 0 additions & 17 deletions recovery.fstab

This file was deleted.

12 changes: 12 additions & 0 deletions recovery/root/etc/twrp.fstab
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# TWRP defaults Crypto_Key_Location="footer", so no need to add flags=encryptable=footer to /data

# device mount_point fstype mount_flags fs_flags twrp_flags
/dev/block/bootdevice/by-name/boot /boot emmc defaults defaults
/dev/block/bootdevice/by-name/cache /cache ext4 noatime,nosuid,nodev defaults
/dev/block/bootdevice/by-name/userdata /data ext4 noatime,nosuid,nodev,noauto_da_alloc defaults twrp=length=-16384
/dev/block/bootdevice/by-name/modem /firmware vfat ro defaults twrp=display="Firmware";mounttodecrypt
/dev/block/bootdevice/by-name/recovery /recovery emmc defaults defaults
/dev/block/bootdevice/by-name/system /system ext4 defaults defaults

/dev/block/mmcblk1p1 /external_sd vfat defaults defaults twrp=display="MicroSD";storage;wipeingui;removable
/dev/block/sda1 /usb-otg vfat defaults defaults twrp=display="USB OTG";storage;wipeingui;removable
4 changes: 0 additions & 4 deletions recovery/root/init.recovery.qcom.rc

This file was deleted.

Binary file modified recovery/root/vendor/lib/hw/keystore.qcom.so
Binary file not shown.
Binary file removed recovery/root/vendor/lib/liboemcrypto.so
Binary file not shown.

0 comments on commit 9613183

Please sign in to comment.