summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2023-09-13 18:54:29 +0000
committerJames Farrell <jamesfarrell@google.com>2023-09-13 18:54:29 +0000
commit36090a3098803584f1a2ed0fc069971e7093fa40 (patch)
tree0e4e0d42d496ab3a8744afec925c3ad1ab70a9de
parenta248ed5d2c0cfd46215c7f83b8028401e96201a6 (diff)
downloadring-36090a3098803584f1a2ed0fc069971e7093fa40.tar.gz
Cleanup cargo2android configs and patches
Use name-suffix and dep-suffixes (aosp/2751102) and remove patches no longer needed as a result. Other minor cleanups to eliminate diffs in Android.bp files Test: Ran cargo2android Change-Id: I74136a3d1997a293184e50af916833d0a65da3f0
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index fcbda81..a2148cc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -64,8 +64,8 @@ rust_library {
"//apex_available:platform",
"com.android.resolv",
],
- vendor_available: true,
product_available: true,
+ vendor_available: true,
min_sdk_version: "29",
}