From 59c445d3cf3ce7186efa346638cfc5ec7aef3984 Mon Sep 17 00:00:00 2001 From: Justin Boswell Date: Wed, 18 Mar 2020 16:55:59 -0700 Subject: [PATCH] Added android --- builder.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/builder.json b/builder.json index 7c109357..b5c58194 100644 --- a/builder.json +++ b/builder.json @@ -10,6 +10,11 @@ "imports": [ "libcrypto" ] + }, + "android": { + "imports": [ + "libcrypto" + ] } } }