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:
parent
095c95be3c
commit
8b6339387f
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user