From a95856372c809203d7e89f3b0e278900753eee78 Mon Sep 17 00:00:00 2001 From: Jordan Augé Date: Mon, 17 May 2021 11:34:00 +0200 Subject: [HICN-704] facemgr: fix compilation issue for CLI on Android MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I45899d0e21e0e7ce9b970d550491fef39dec4c31 Signed-off-by: Jordan Augé --- ctrl/facemgr/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctrl/facemgr/src/main.c b/ctrl/facemgr/src/main.c index da5e55943..344b034ae 100644 --- a/ctrl/facemgr/src/main.c +++ b/ctrl/facemgr/src/main.c @@ -186,7 +186,7 @@ MAIN_LOOP: facemgr_set_callback(facemgr, loop, (void*)loop_callback); #ifdef __ANDROID__ - facemgr_set_jvm(facemgr, NULL, NULL); // FIXME + facemgr_set_jvm(facemgr, NULL); #endif /* __ ANDROID__ */ DEBUG("Bootstrap..."); -- cgit 1.2.3-korg