diff options
-rw-r--r-- | Android.bp | 2 | ||||
-rw-r--r-- | METADATA | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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", @@ -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 } |