summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2023-09-13 18:54:23 +0000
committerJames Farrell <jamesfarrell@google.com>2023-09-13 18:54:23 +0000
commitaa983b1377eb2b4821fcb67214c7e42bb62d6012 (patch)
tree097eb0f389026e93130d7d43d7de99ef733e9930
parent82dd91491f6705b5542f70aa4d5c6681f1d44177 (diff)
downloadpin-project-internal-aa983b1377eb2b4821fcb67214c7e42bb62d6012.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: I7cbe7ebb1dc8fdc28a0d9beaacaffc1d10b4ab5d
-rw-r--r--cargo2android.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/cargo2android.json b/cargo2android.json
index 341300b..1be49f0 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,4 +1,3 @@
{
- "run": true,
- "tests": true
-} \ No newline at end of file
+ "run": true
+}