Make mm-image-codec build with the VNDK.

When the vndk is enabled (BOARD_VNDK_VERSION=current),
vendor libraries must only link against vendor variants
in the build system. This also means that they receive
restricted sets of headers and that automatic global
headers are restricted.

Test: build mm-image-codec with BOARD_VNDK_VERSION=current
Bug: 69526027
Change-Id: I4ef73cd39c1731c85fb2653eb4d5c74037407f88
diff --git a/camera/mm-image-codec/qomx_core/qomx_core.c b/camera/mm-image-codec/qomx_core/qomx_core.c
index ef2685d..25b211a 100644
--- a/camera/mm-image-codec/qomx_core/qomx_core.c
+++ b/camera/mm-image-codec/qomx_core/qomx_core.c
@@ -33,7 +33,7 @@
 #include <dlfcn.h>
 #include <malloc.h>
 #include <string.h>
-#include <utils/Log.h>
+#include <log/log.h>
 
 // OpenMAX dependencies
 #include "qomx_core.h"