Removes bionic's dependence on stlport
Only affects tests/benchmarks. Confirmed passing on arm. Change-Id: If158e23e8cd06e7597ef6f3c9376f6799b467e62
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#include "ScopedSignalHandler.h"
|
||||
|
||||
#if defined(__BIONIC__) // mktime_tz is a bionic extension.
|
||||
#include <libc/private/bionic_time.h>
|
||||
#include <bionic_time.h>
|
||||
#endif // __BIONIC__
|
||||
|
||||
TEST(time, mktime_tz) {
|
||||
|
Reference in New Issue
Block a user