commit | 7b0ad9c638176dc364dabb65b363536055a0ea9c | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Fri Aug 05 18:00:04 2016 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Thu Sep 01 18:33:25 2016 +0000 |
tree | 73848b33067169c72788f517063c3d9659e783c0 | |
parent | 818394869d36b9db1bf4984585a062d4bb91310f [diff] [blame] |
Switch recovery to libbase logging Clean up the recovery image and switch to libbase logging. Bug: 28191554 Change-Id: Icd999c3cc832f0639f204b5c36cea8afe303ad35 Merged-In: Icd999c3cc832f0639f204b5c36cea8afe303ad35
diff --git a/update_verifier/Android.mk b/update_verifier/Android.mk index 7f28bce..ed61c7b 100644 --- a/update_verifier/Android.mk +++ b/update_verifier/Android.mk
@@ -19,6 +19,6 @@ LOCAL_CLANG := true LOCAL_SRC_FILES := update_verifier.cpp LOCAL_MODULE := update_verifier -LOCAL_SHARED_LIBRARIES := libhardware liblog +LOCAL_SHARED_LIBRARIES := libhardware libbase include $(BUILD_EXECUTABLE)