aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Lawrence <paullawrence@google.com>2019-07-26 12:25:32 -0700
committerPaul Lawrence <paullawrence@google.com>2019-07-26 12:25:32 -0700
commit33a4c341e473a159044f3cbb25ac66b654733132 (patch)
treed3bae6f92993531b0f60de7dd35c11da5d4da914
parent7053edb30953b0ff7fa43792238959c5322085f2 (diff)
downloadlibfuse-33a4c341e473a159044f3cbb25ac66b654733132.tar.gz
Fix two build nits
-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
}