Merge "liblog: add pthread.h to vndk log/log.h" am: 6d452d7e64
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1451017 Change-Id: I8c9a70e10407281e5ab8e5b412a1f2d36a98de7f
This commit is contained in:
commit
7c15f1090d
1 changed files with 2 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
|||
/*Special log.h file for VNDK linking modules*/
|
||||
|
||||
#ifndef _LIBS_LOG_LOG_H
|
||||
#define _LIBS_LOG_LOG_H
|
||||
#pragma once
|
||||
|
||||
/* Historically vendors have depended on these headers being included. */
|
||||
#include <fcntl.h>
|
||||
#include <pthread.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <android/log.h>
|
||||
|
|
@ -25,5 +25,3 @@
|
|||
#ifndef LOG_TAG
|
||||
#define LOG_TAG NULL
|
||||
#endif
|
||||
|
||||
#endif /*_LIBS_LOG_LOG_H*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue