summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes2016-02-17 13:54:47 -0600
committerElliott Hughes2016-02-17 13:54:47 -0600
commitce927189a4d455f0c769dcd801dbfa5b6673b2b9 (patch)
tree9c9835abd6d286d704afb578210073b3b8d54922 /libpackagelistparser
parent2773d4f96a8e9f06710e36f7c33459eeaa5cb23a (diff)
downloadplatform-system-core-ce927189a4d455f0c769dcd801dbfa5b6673b2b9.tar.gz
platform-system-core-ce927189a4d455f0c769dcd801dbfa5b6673b2b9.tar.xz
platform-system-core-ce927189a4d455f0c769dcd801dbfa5b6673b2b9.zip
Remove two bogus libutils dependencies.
Change-Id: Idcc25ee1d039935f3218fb419bc73ffaa58242bb
Diffstat (limited to 'libpackagelistparser')
-rw-r--r--libpackagelistparser/packagelistparser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpackagelistparser/packagelistparser.c b/libpackagelistparser/packagelistparser.c
index 16052e299..e3090277e 100644
--- a/libpackagelistparser/packagelistparser.c
+++ b/libpackagelistparser/packagelistparser.c
@@ -27,7 +27,7 @@
27#include <sys/limits.h> 27#include <sys/limits.h>
28 28
29#define LOG_TAG "packagelistparser" 29#define LOG_TAG "packagelistparser"
30#include <utils/Log.h> 30#include <cutils/log.h>
31 31
32#include <packagelistparser/packagelistparser.h> 32#include <packagelistparser/packagelistparser.h>
33 33