aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2023-10-05 21:37:18 +0000
committerJames Farrell <jamesfarrell@google.com>2023-10-05 21:37:18 +0000
commit5be8eb61a86c00b0b8a2560e624470c593af4e89 (patch)
tree79782bbd53f02fd3b3710f2f59222f0b41fa327d
parent61b9a1d38c006c7233b01508601f0896fcf2d5a3 (diff)
downloadunicode-ident-5be8eb61a86c00b0b8a2560e624470c593af4e89.tar.gz
Update Android.bp to reflect aosp/2763825
Test: Ran cargo2android. Treehugger. Change-Id: I57193eb300d1cfc35085d8ca0a960b5a14724412
-rw-r--r--Android.bp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 425b7bf..fe24fa0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -47,6 +47,4 @@ rust_library_host {
srcs: ["src/lib.rs"],
edition: "2018",
compile_multilib: "first",
- product_available: true,
- vendor_available: true,
}