From 60ba3b4adc36358040a564ccdb38fc99a79050e3 Mon Sep 17 00:00:00 2001 From: James Farrell Date: Mon, 11 Sep 2023 17:03:26 +0000 Subject: Add cargo2android.json Test: cargo2android Change-Id: Ied2b3371370bab1cad08faf9fcf4b59366607868 --- Android.bp | 2 +- cargo2android.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 cargo2android.json diff --git a/Android.bp b/Android.bp index 970e754..55445f4 100644 --- a/Android.bp +++ b/Android.bp @@ -1,4 +1,4 @@ -// This file is generated by cargo2android.py --run --device --tests. +// This file is generated by cargo2android.py --config cargo2android.json. // Do not modify this file as changes will be overridden on upgrade. diff --git a/cargo2android.json b/cargo2android.json new file mode 100644 index 0000000..aefb658 --- /dev/null +++ b/cargo2android.json @@ -0,0 +1,5 @@ +{ + "run": true, + "device": true, + "tests": true +} -- cgit v1.2.3