commit | 1c24fda771a1a668fa960fdc5141e1ee34c7fc8b | [log] [tgz] |
---|---|---|
author | Martin Brabham <optedoblivion@google.com> | Thu Sep 16 11:19:46 2021 -0700 |
committer | Martin Brabham <optedoblivion@google.com> | Thu Sep 16 11:23:48 2021 -0700 |
tree | 93ecfafd37aee79ab86af39cdc5a9aafc70a947c | |
parent | 5db737c45dd24e811085ed21650b0e8d0ca7452e [diff] [blame] |
rust: Add default functions for Facade Bug: 200174377 Test: build floss Tag: #floss Change-Id: Ie9c23f71ff473a881e1e3d56eb495f0ebdc7b09a
diff --git a/build.py b/build.py index fb209ef..8613315 100755 --- a/build.py +++ b/build.py
@@ -160,7 +160,7 @@ """ rust_flags = [ '-L', - '{}/out/Default/'.format(self.output_dir), + '{}/out/Default'.format(self.output_dir), '-C', 'link-arg=-Wl,--allow-multiple-definition', ]