summaryrefslogtreecommitdiff
path: root/keystore2/legacykeystore/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'keystore2/legacykeystore/Android.bp')
-rw-r--r--keystore2/legacykeystore/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/keystore2/legacykeystore/Android.bp b/keystore2/legacykeystore/Android.bp
index accc8b2c..8cb7289b 100644
--- a/keystore2/legacykeystore/Android.bp
+++ b/keystore2/legacykeystore/Android.bp
@@ -31,6 +31,7 @@ rust_defaults {
"android.security.legacykeystore-rust",
"libanyhow",
"libbinder_rs",
+ "libkeystore2_flags_rust",
"liblog_rust",
"libkeystore2_flags_rust",
"librusqlite",
@@ -44,6 +45,7 @@ rust_library {
defaults: ["liblegacykeystore-rust_defaults"],
rustlibs: [
"libkeystore2",
+ "libkeystore2_flags_rust",
"librusqlite",
],
}
@@ -61,6 +63,7 @@ rust_test {
"libkeystore2",
"libkeystore2_flags_rust",
"libkeystore2_test_utils",
+ "libkeystore2_flags_rust",
"liblog_rust",
"librusqlite",
"librustutils",