Merge "Remove two bogus libutils dependencies."
am: fd9619004b
* commit 'fd9619004b8ce5be093657142aef989bee14fb82':
Remove two bogus libutils dependencies.
This commit is contained in:
commit
b3639658ed
|
@ -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