• msdx321's avatar
    Fix early mount on S9/S9+ · a7ceb04c
    msdx321 authored
    Unlike other common OEMs, Samsung use uppper case partition name.
    
    e.g: /dev/block/platform/11120000.ufs/by-name/SYSTEM
    
    This will cause setup_block() fails to find a match partition.
    Thus, we should use strcasecmp instead of strcmp.
    Signed-off-by: 's avatarmsdx321 <msdx321@gmail.com>
    a7ceb04c
Name
Last commit
Last update
..
jni Loading commit data...
src/main Loading commit data...
.gitignore Loading commit data...
build.gradle Loading commit data...