Make liblog headers compile stand-alone.
Test: process liblog headers individually with header-abi-dumper. Test: mm -j64 Bug: 66971285 Change-Id: If7dec611b84eb9fa8e1e5a974b444d4ddf54759a
This commit is contained in:
parent
541428a13b
commit
12f56a00d3
|
@ -10,6 +10,8 @@
|
|||
#ifndef _LIBS_LOG_SAFETYNET_H
|
||||
#define _LIBS_LOG_SAFETYNET_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue