commit | 6c3a4e294e98b5f51c4e28e060aadeecda94e224 | [log] [tgz] |
---|---|---|
author | Fairphone ODM <fairphone-odm@localhost> | Tue Sep 14 15:15:31 2021 +0800 |
committer | android-t1 <xiaocong.gu@t2mobile.com> | Wed Apr 20 17:25:06 2022 +0800 |
tree | f38da4951c4ea9cca6d3406e62c8325c44ae0ec9 | |
parent | f0cceeb645a1ccd58f6e60c4523f0280f9f17fc6 [diff] [blame] |
[FP4-128]add exfat support
diff --git a/fs/Vfat.cpp b/fs/Vfat.cpp index 09d4c1a..97d0937 100644 --- a/fs/Vfat.cpp +++ b/fs/Vfat.cpp
@@ -32,6 +32,8 @@ #include <linux/kdev_t.h> +#define LOG_TAG "Vold::Fat" + #include <android-base/logging.h> #include <android-base/stringprintf.h> #include <selinux/selinux.h>