Skip to content

Commit 6cd1ab0

Browse files
intervigiliumPIPIPIG233666
authored andcommitted
fwk-detect: Use log/log.h instead of utils/Log.h
Change-Id: I827c7f5ab27548eec8d6e4ee27a72fa883025002 Signed-off-by: PIPIPIG233666 <[email protected]>
1 parent 27e52b3 commit 6cd1ab0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fwk-detect/jni/com_qualcomm_qti_VndFwkDetect.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
#include "JNIHelp.h"
3636
#include <dlfcn.h>
3737
#include <string.h>
38-
#include <android/log.h>
39-
#include <utils/Log.h>
38+
#include <log/log.h>
4039

4140
#define VNDFWK_DETECT_LIB "libqti_vndfwk_detect.so"
4241

0 commit comments

Comments
 (0)