diff options
author | 2021-09-16 11:19:46 -0700 | |
---|---|---|
committer | 2021-09-16 11:23:48 -0700 | |
commit | 1c24fda771a1a668fa960fdc5141e1ee34c7fc8b (patch) | |
tree | 93ecfafd37aee79ab86af39cdc5a9aafc70a947c /build.py | |
parent | 5db737c45dd24e811085ed21650b0e8d0ca7452e (diff) |
rust: Add default functions for Facade
Bug: 200174377
Test: build floss
Tag: #floss
Change-Id: Ie9c23f71ff473a881e1e3d56eb495f0ebdc7b09a
Diffstat (limited to 'build.py')
-rwxr-xr-x | build.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -160,7 +160,7 @@ class HostBuild(): """ rust_flags = [ '-L', - '{}/out/Default/'.format(self.output_dir), + '{}/out/Default'.format(self.output_dir), '-C', 'link-arg=-Wl,--allow-multiple-definition', ] |