From ce1ec022d26ef9c993be40be90ec36787e713ecc Mon Sep 17 00:00:00 2001 From: Angelo Mantellini Date: Mon, 11 Jan 2021 10:04:49 +0100 Subject: [HICN-672] comment by default the use the priority controller in android Signed-off-by: Angelo Mantellini Change-Id: I83832c6dff83a543dc5c92429a4b261a390c54b1 --- ctrl/facemgr/src/interfaces/priority_controller/priority_controller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctrl/facemgr/src/interfaces/priority_controller/priority_controller.h b/ctrl/facemgr/src/interfaces/priority_controller/priority_controller.h index bc81b68ff..2ad8439c6 100644 --- a/ctrl/facemgr/src/interfaces/priority_controller/priority_controller.h +++ b/ctrl/facemgr/src/interfaces/priority_controller/priority_controller.h @@ -27,7 +27,7 @@ * Uncomment this line to use a Priority controller interface internal to the * face manager (only available in Android). */ -#define PRIORITY_CONTROLLER_INTERNAL +// #define PRIORITY_CONTROLLER_INTERNAL #ifdef __ANDROID__ #include -- cgit 1.2.3-korg