diff options
author | Angelo Mantellini <angelo.mantellini@cisco.com> | 2021-01-11 10:04:49 +0100 |
---|---|---|
committer | Angelo Mantellini <angelo.mantellini@cisco.com> | 2021-01-11 10:06:43 +0100 |
commit | ce1ec022d26ef9c993be40be90ec36787e713ecc (patch) | |
tree | a397add753da21bc187e3a97d4e7873cc6f2f4e2 | |
parent | d4b47775c6e31117b7aaa6032220c37105eed492 (diff) |
[HICN-672] comment by default the use the priority controller in android
Signed-off-by: Angelo Mantellini <angelo.mantellini@cisco.com>
Change-Id: I83832c6dff83a543dc5c92429a4b261a390c54b1
-rw-r--r-- | ctrl/facemgr/src/interfaces/priority_controller/priority_controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <jni.h> |