commit | 8efea957beb3af682095c0bd6aa4c68ad531c7da | [log] [tgz] |
---|---|---|
author | Igor Murashkin <iam@google.com> | Tue Apr 15 18:06:39 2014 -0700 |
committer | Igor Murashkin <iam@google.com> | Tue Apr 15 18:06:39 2014 -0700 |
tree | e85b226dac53485b691061d31e127dbe3c3922f7 | |
parent | 0ef87a44f8135b6802ed726ff706aaa5d7a6393d [diff] |
libcutils: Fix warnings in properties.c when verbose logging is enabled Change-Id: I07c5eb59b9395734ad3fc25eba753564c0f096a0
diff --git a/libcutils/tests/Android.mk b/libcutils/tests/Android.mk index e9d3ed7..d3e07f8 100644 --- a/libcutils/tests/Android.mk +++ b/libcutils/tests/Android.mk
@@ -19,7 +19,8 @@ PropertiesTest.cpp \ shared_libraries := \ - libutils + libutils \ + liblog static_libraries := \ libcutils