From 0afaa600966af2806cde9a59ba7fd3ad6d9abec2 Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Tue, 10 Oct 2023 12:17:13 +0100 Subject: Remove invalid "test" attribute. Unfortunately the linkme tests are not supported as they depend on trybuild. Test: Ran cargo2android.py Change-Id: I21099481b8b9c5b295f926de2739bd68a75606cf --- cargo2android.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cargo2android.json b/cargo2android.json index 3224ff7..1b6cca2 100644 --- a/cargo2android.json +++ b/cargo2android.json @@ -1,6 +1,5 @@ { "dependencies": true, "device": true, - "run": true, - "test": true + "run": true } \ No newline at end of file -- cgit v1.2.3