commit | 0bf909bcccb9cbc9e13935f9083db2df2fb8474f | [log] [tgz] |
---|---|---|
author | Tuxera Inc <support@tuxera.com> | Tue Jul 27 21:17:09 2021 +0300 |
committer | Bharath <bharath@fairphone.com> | Mon May 02 14:33:08 2022 +0530 |
tree | 69c2d1f9512c7a39e103cb13a9cb03a1173a52d5 | |
parent | 67b084a890bb2adfa3c8a345315e81e707564ed6 [diff] [blame] |
Tuxera exFAT vold patch for Android 11. Issue: FP3-A11#46 Change-Id: Ifbe147f8f8273d617c9fe447539d69e83607730e
diff --git a/fs/Vfat.cpp b/fs/Vfat.cpp index b597b17..40d2588 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>