Separate libutils and libsystemproperties

This commit is contained in:
topjohnwu
2018-09-27 03:30:16 -04:00
parent df8b047bca
commit 41446ec9ba
31 changed files with 32 additions and 25 deletions

View File

@ -0,0 +1,4 @@
#pragma once
#define async_safe_format_buffer snprintf
#define async_safe_format_log(...) /* NOP */