diff options
author | James Hawkins <jhawkins@google.com> | 2017-02-14 19:20:20 +0000 |
---|---|---|
committer | James Hawkins <jhawkins@google.com> | 2017-02-14 19:20:20 +0000 |
commit | c8ac0677734270f0b12d85ecf23b1de49054890c (patch) | |
tree | d28d14e07cfa47388dea9ccded51df626c430edc /init/Android.mk | |
parent | 7c92e484503f239000ef97ef5b067907fbeaa4a6 (diff) | |
download | core-c8ac0677734270f0b12d85ecf23b1de49054890c.tar.gz core-c8ac0677734270f0b12d85ecf23b1de49054890c.tar.bz2 core-c8ac0677734270f0b12d85ecf23b1de49054890c.zip |
Revert "bootstat: Refactor init/utils/boot_clock into base/chrono_utils."
This reverts commit 7c92e484503f239000ef97ef5b067907fbeaa4a6.
Mac sdk still broken (despite testing locally).
Change-Id: I7d9206e15997cd0efe081bd3fa17d53d2b20ec32
Diffstat (limited to 'init/Android.mk')
-rw-r--r-- | init/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Android.mk b/init/Android.mk index f9c6f9459..a10a714a1 100644 --- a/init/Android.mk +++ b/init/Android.mk @@ -36,7 +36,7 @@ LOCAL_MODULE := init_parser_tests LOCAL_SRC_FILES := \ parser/tokenizer_test.cpp \ -LOCAL_STATIC_LIBRARIES := libbase libinit_parser +LOCAL_STATIC_LIBRARIES := libinit_parser LOCAL_CLANG := true include $(BUILD_HOST_NATIVE_TEST) endif |