From f08f333d7c94f04c07ca6d88e03e330bcacdf236 Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Wed, 8 Nov 2023 15:28:57 +0000 Subject: Use hyphen rather than underscore in cargo2android.json. This is consistent with most usage. Change-Id: I5bb6b3ba22b013597c277b9561c1ef9daff56d98 --- cargo2android.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cargo2android.json b/cargo2android.json index 2999be3a..900f061e 100644 --- a/cargo2android.json +++ b/cargo2android.json @@ -1,5 +1,5 @@ { - "apex_available": [ + "apex-available": [ "//apex_available:platform", "com.android.btservices" ], -- cgit v1.2.3