summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp2
-rw-r--r--METADATA2
2 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 2ae8e00..9fb4a16 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,7 +3,7 @@ cc_defaults {
local_include_dirs: ["include/", "lib/"],
cflags: [
"-D_FILE_OFFSET_BITS=64",
- "-DFUSERMOUNT_DIR=\"/data\"",
+ "-DFUSERMOUNT_DIR=\"/system/bin\"",
"-DFUSE_USE_VERSION=34",
"-Wall",
"-Werror",
diff --git a/METADATA b/METADATA
index 749cb0c..9a45a95 100644
--- a/METADATA
+++ b/METADATA
@@ -12,7 +12,7 @@ third_party {
type: GIT
value: "https://github.com/libfuse/libfuse.git"
}
- version: "3.6.2"
+ version: "fuse-3.6.2"
last_upgrade_date { year: 2019 month: 7 day: 19 }
license_type: RESTRICTED_IF_STATICALLY_LINKED
}