diff options
author | Jordan Augé <jordan.auge+fdio@cisco.com> | 2021-05-17 11:34:00 +0200 |
---|---|---|
committer | Jordan Augé <jordan.auge+fdio@cisco.com> | 2021-05-17 11:34:00 +0200 |
commit | a95856372c809203d7e89f3b0e278900753eee78 (patch) | |
tree | 24fd51d4bde3a2fde31858e48d418cd5065a7348 /ctrl/facemgr | |
parent | 9b1c12ef3312e4f7355b2218aaf24773b7d541ff (diff) |
[HICN-704] facemgr: fix compilation issue for CLI on Android
Change-Id: I45899d0e21e0e7ce9b970d550491fef39dec4c31
Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
Diffstat (limited to 'ctrl/facemgr')
-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..."); |