VNDK: Added required headers for 8998 target

Change-Id: I7e2143b4c29ba9f0e4fc8ddbe1d700a2b17d513a
This commit is contained in:
Bharat Pawar
2018-06-26 13:06:17 +05:30
parent 7634a11417
commit 2cda3f7820

View File

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