Merge "Remove two bogus libutils dependencies."

This commit is contained in:
Elliott Hughes 2016-02-17 20:01:04 +00:00 committed by Gerrit Code Review
commit fd9619004b
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -27,7 +27,7 @@
#include <sys/limits.h>
#define LOG_TAG "packagelistparser"
#include <utils/Log.h>
#include <cutils/log.h>
#include <packagelistparser/packagelistparser.h>