VNDK: Added required libs

Change-Id: Ic2c82d5d734df00c15f628737253dde5d5a0bc4c
This commit is contained in:
Naveen Kumar
2018-07-03 08:34:46 +05:30
committed by Gerrit - the friendly Code Review server
parent bfff67401f
commit a0a371993e

View File

@@ -36,6 +36,8 @@
#include <fcntl.h> #include <fcntl.h>
#include <dlfcn.h> #include <dlfcn.h>
#include <stdlib.h> #include <stdlib.h>
#include <pthread.h>
#include <unistd.h>
#define LOG_TAG "QTI PowerHAL" #define LOG_TAG "QTI PowerHAL"
#include <utils/Log.h> #include <utils/Log.h>