Set ro.sys.sdcarfs to 0 for the moment. 8.0 sdcardfs has been seen kernel panicing on 8.1 on MTK and QC platforms

This commit is contained in:
Pierre-Hugues Husson 2018-02-16 23:08:01 +01:00
parent 095c95be3c
commit 8b6339387f
3 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,4 @@
include build/make/target/board/generic_arm64_a/BoardConfig.mk
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2147483648
TARGET_SYSTEM_PROP += device/phh/treble/system.prop

View File

@ -1,3 +1,4 @@
include build/make/target/board/generic_arm64_ab/BoardConfig.mk
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2147483648
TARGET_SYSTEM_PROP += device/phh/treble/system.prop

View File

@ -1 +1,4 @@
ro.adb.secure=0
#Some devices have sdcardfs kernel panicing on 8.0
#Disable for everyone for the moment
ro.sys.sdcardfs=0