commit | b54855253c0ea90e37847e4a358f32fda969b273 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Feb 17 11:54:47 2016 -0800 |
committer | Elliott Hughes <enh@google.com> | Wed Feb 17 11:54:47 2016 -0800 |
tree | 9c9835abd6d286d704afb578210073b3b8d54922 | |
parent | 4cc0bcfe5b1a657a282ab0c87f29fc473edc3a50 [diff] |
Remove two bogus libutils dependencies. Change-Id: Idcc25ee1d039935f3218fb419bc73ffaa58242bb
diff --git a/libcutils/tests/PropertiesTest.cpp b/libcutils/tests/PropertiesTest.cpp index 659821c..22ca706 100644 --- a/libcutils/tests/PropertiesTest.cpp +++ b/libcutils/tests/PropertiesTest.cpp
@@ -15,7 +15,7 @@ */ #define LOG_TAG "Properties_test" -#include <utils/Log.h> +#include <cutils/log.h> #include <gtest/gtest.h> #include <cutils/properties.h>
diff --git a/libpackagelistparser/packagelistparser.c b/libpackagelistparser/packagelistparser.c index 16052e2..e309027 100644 --- a/libpackagelistparser/packagelistparser.c +++ b/libpackagelistparser/packagelistparser.c
@@ -27,7 +27,7 @@ #include <sys/limits.h> #define LOG_TAG "packagelistparser" -#include <utils/Log.h> +#include <cutils/log.h> #include <packagelistparser/packagelistparser.h>