Remove two bogus libutils dependencies.
Change-Id: Idcc25ee1d039935f3218fb419bc73ffaa58242bb
This commit is contained in:
parent
2773d4f96a
commit
ce927189a4
|
@ -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>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <sys/limits.h>
|
||||
|
||||
#define LOG_TAG "packagelistparser"
|
||||
#include <utils/Log.h>
|
||||
#include <cutils/log.h>
|
||||
|
||||
#include <packagelistparser/packagelistparser.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue