/*Special log.h file for VNDK linking modules*/ #pragma once /* Historically vendors have depended on these headers being included. */ #include #include #include #include #include #include #include #include #include #include #include /* * LOG_TAG is the local tag used for the following simplified * logging macros. You can change this preprocessor definition * before using the other macros to change the tag. */ #ifndef LOG_TAG #define LOG_TAG NULL #endif