aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Lawrence <paullawrence@google.com>2019-08-02 16:45:37 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-08-02 16:45:37 -0700
commit8f351c704ae9fb23662e08b59a5c17b152a84712 (patch)
tree05b24799434017582e3bba41a01d95884a09bcf2
parent8e0408d5124894cb52140d833f9aef49aa44a27f (diff)
parent5a04e3408ab18277276386a4a2aa157e13be9668 (diff)
downloadlibfuse-8f351c704ae9fb23662e08b59a5c17b152a84712.tar.gz
Fix two build nits am: 33a4c341e4 am: 7c1f187f8b am: bb8475d287
am: 5a04e3408a Change-Id: I0b06ce07aad1f39f4f2f89fa511567d33ee3f77a
-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
}