OSDN Git Service

Add basic exFAT support.
authorJeff Sharkey <jsharkey@android.com>
Fri, 19 Jan 2018 01:55:18 +0000 (10:55 +0900)
committerJeff Sharkey <jsharkey@android.com>
Fri, 19 Jan 2018 02:58:43 +0000 (11:58 +0900)
commit37ba125205023b3b6e80ed684ca4d282224c66dc
tree40379acd9ac05c0bbdd4d498eeb7cb5bb87c3b64
parenta8b6225578b92af9f4b1e6852122c2377f7fe71d
Add basic exFAT support.

Several partners have been requesting exFAT support.  Android doesn't
natively support exFAT, but we're at least willing to try mounting an
exFAT filesystem if we detect the Linux kernel supports it, and if
helper binaries are present.

This CL is simple scaffolding, and it provides no actual
implementation of exFAT.

Test: builds, boots
Bug: 67822822
Change-Id: Id4f8ec3967b32de6e1c0e3c4b47fe6e43a6291ab
Android.bp
fs/Exfat.cpp [new file with mode: 0644]
fs/Exfat.h [new file with mode: 0644]
model/Disk.cpp
model/PublicVolume.cpp