summaryrefslogtreecommitdiff
path: root/profcollectd/libprofcollectd/bindings/libflags
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2021-03-02 13:58:25 +0800
committerYi Kong <yikong@google.com>2021-03-03 14:24:33 +0800
commite3aab14ec0bcbbae6ba6edddbe315e1e128dce5f (patch)
tree1f5970b315e4c38542d5baf1d663040d877a8f5d /profcollectd/libprofcollectd/bindings/libflags
parentf8abfdbd271086cf276fcf738e123cf36d3eb2ca (diff)
downloadextras-e3aab14ec0bcbbae6ba6edddbe315e1e128dce5f.tar.gz
profcollectd: Full rewrite in Rust 🦀
Rewritten from the C++ version. No major feature difference except that the report zip is not compressed (blocked by upstream bug) and now stored in a different location (to prepare for upload queue support). Test: Manual testing Change-Id: I635c9c56a3870c3b96b31d46df3ef9175490925d
Diffstat (limited to 'profcollectd/libprofcollectd/bindings/libflags')
-rw-r--r--profcollectd/libprofcollectd/bindings/libflags/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/profcollectd/libprofcollectd/bindings/libflags/Android.bp b/profcollectd/libprofcollectd/bindings/libflags/Android.bp
index f7cf2ed9..102a6c05 100644
--- a/profcollectd/libprofcollectd/bindings/libflags/Android.bp
+++ b/profcollectd/libprofcollectd/bindings/libflags/Android.bp
@@ -39,7 +39,7 @@ rust_library {
name: "libprofcollect_libflags_rust",
crate_name: "profcollect_libflags_rust",
srcs: ["lib.rs"],
- rustlibs: ["libprofcollect_libflags_bindgen"],
+ rlibs: ["libprofcollect_libflags_bindgen"],
static_libs: ["libprofcollect_libflags"],
shared_libs: [
"libc++",