Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Remove two bogus libutils dependencies.
Browse files Browse the repository at this point in the history
Change-Id: Idcc25ee1d039935f3218fb419bc73ffaa58242bb
  • Loading branch information
enh-google committed Feb 17, 2016
1 parent 2773d4f commit ce92718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libcutils/tests/PropertiesTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion libpackagelistparser/packagelistparser.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <sys/limits.h>

#define LOG_TAG "packagelistparser"
#include <utils/Log.h>
#include <cutils/log.h>

#include <packagelistparser/packagelistparser.h>

Expand Down

0 comments on commit ce92718

Please sign in to comment.