aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp2
-rw-r--r--patches/Android.bp.diff13
2 files changed, 14 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index fd57489..86a6c71 100644
--- a/Android.bp
+++ b/Android.bp
@@ -56,7 +56,7 @@ rust_library_host {
"which-rustfmt",
],
rustlibs: [
- "libbitflags",
+ "libbitflags-1.3.2",
"libcexpr",
"libclang_sys",
"liblazy_static",
diff --git a/patches/Android.bp.diff b/patches/Android.bp.diff
new file mode 100644
index 0000000..0e9e66e
--- /dev/null
+++ b/patches/Android.bp.diff
@@ -0,0 +1,13 @@
+diff --git a/Android.bp b/Android.bp
+index fd57489..86a6c71 100644
+--- a/Android.bp
++++ b/Android.bp
+@@ -56,7 +56,7 @@ rust_library_host {
+ "which-rustfmt",
+ ],
+ rustlibs: [
+- "libbitflags",
++ "libbitflags-1.3.2",
+ "libcexpr",
+ "libclang_sys",
+ "liblazy_static",