aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2021-01-15 22:03:26 -0800
committerColin Cross <ccross@android.com>2021-01-15 22:03:26 -0800
commitb9d0206c713c9755852220f689ea607dbfedb3cd (patch)
treea56ecfc1b82f082460a31578c2cd0a0f29cbd753
parent10b4680c18ec6dac695c77dc654b71c5dd58568f (diff)
downloadlibsqlite3-sys-b9d0206c713c9755852220f689ea607dbfedb3cd.tar.gz
Remove string assigned to map property
Blueprint property unpacking had a bug that silently ignored values assigned to properties that expected a map. Remove the incorrect property so Blueprint can make it an error. Test: m nothing Bug: 177706602 Change-Id: I4cc6dfabe540e47eef9000b9c33474556570a9ff
-rw-r--r--android/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/android/Android.bp b/android/Android.bp
index ce103f0..2df9cdb 100644
--- a/android/Android.bp
+++ b/android/Android.bp
@@ -7,5 +7,4 @@ rust_binary_host {
],
lints: "android",
clippy_lints: "android",
- multilib: "first",
}