aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2023-09-13 18:54:18 +0000
committerJames Farrell <jamesfarrell@google.com>2023-09-13 18:54:18 +0000
commit28317275056b968c00caebe02269ffdb90de0d68 (patch)
treebac8bf0a931887aa9426c294d1b21788f913f211
parentee29472cfd3d84dc11f437863cc0404fc80394c9 (diff)
downloadheck-28317275056b968c00caebe02269ffdb90de0d68.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: I66c9217102006e8243fdc0fa0659b9cbb4622e55
-rw-r--r--0.3.3/cargo2android.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/0.3.3/cargo2android.json b/0.3.3/cargo2android.json
index d36fb44..8b712d9 100644
--- a/0.3.3/cargo2android.json
+++ b/0.3.3/cargo2android.json
@@ -1,5 +1,6 @@
{
"device": true,
"run": true,
- "tests": true
-} \ No newline at end of file
+ "tests": true,
+ "name-suffix": "_deprecated"
+}