diff options
author | Paul Lawrence <paullawrence@google.com> | 2019-08-02 16:45:37 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-08-02 16:45:37 -0700 |
commit | 8f351c704ae9fb23662e08b59a5c17b152a84712 (patch) | |
tree | 05b24799434017582e3bba41a01d95884a09bcf2 | |
parent | 8e0408d5124894cb52140d833f9aef49aa44a27f (diff) | |
parent | 5a04e3408ab18277276386a4a2aa157e13be9668 (diff) |
Fix two build nits am: 33a4c341e4 am: 7c1f187f8b am: bb8475d287
am: 5a04e3408a
Change-Id: I0b06ce07aad1f39f4f2f89fa511567d33ee3f77a
-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 } |