diff options
author | Mauro Sardara <msardara@cisco.com> | 2021-06-01 12:28:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2021-06-01 12:28:22 +0000 |
commit | dac884654d61a27b47e30b3cdf752a106ed3ad70 (patch) | |
tree | 7e6c778c125edc0dab103eff87a2098c43fa9164 | |
parent | 7ca1c947dacd1cedee1a574228d2897277198907 (diff) | |
parent | a95856372c809203d7e89f3b0e278900753eee78 (diff) |
Merge "[HICN-704] facemgr: fix compilation issue for CLI on Android"
-rw-r--r-- | ctrl/facemgr/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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..."); |