summaryrefslogtreecommitdiff
path: root/patches/Android.bp.patch
blob: 5bbfbe802b698ee5784f12b8c9b9ffcc16e9e72d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
diff --git a/Android.bp b/Android.bp
index 2fffd32fb..eb06e7878 100644
--- a/Android.bp
+++ b/Android.bp
@@ -56,9 +56,9 @@ rust_library {
         "libspin",
         "libuntrusted",
     ],
-    static_libs: [
-        "libring_core_0_17_0_alpha_11_",
-        "libring_core_0_17_0_alpha_11_test",
+    whole_static_libs: [
+        "libring-core",
+        "libring-test",
     ],
     apex_available: [
         "//apex_available:platform",
@@ -94,9 +94,9 @@ rust_test {
         "libspin",
         "libuntrusted",
     ],
-    static_libs: [
-        "libring_core_0_17_0_alpha_11_",
-        "libring_core_0_17_0_alpha_11_test",
+    whole_static_libs: [
+        "libring-core",
+        "libring-test",
     ],
 }