diff options
author | Elliott Hughes <enh@google.com> | 2015-12-05 00:43:39 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2015-12-05 00:43:39 +0100 |
commit | ff4c2c07e899ab049c7499f2818cd8a45e0213d3 (patch) | |
tree | a7fd37681876afa17e01a04cc08a5c50741f3828 /wear_ui.cpp | |
parent | Merge "Remove the building rules for applypatch_static." (diff) | |
parent | Merge "Track rename from base/ to android-base/." (diff) | |
download | android_bootable_recovery-ff4c2c07e899ab049c7499f2818cd8a45e0213d3.tar android_bootable_recovery-ff4c2c07e899ab049c7499f2818cd8a45e0213d3.tar.gz android_bootable_recovery-ff4c2c07e899ab049c7499f2818cd8a45e0213d3.tar.bz2 android_bootable_recovery-ff4c2c07e899ab049c7499f2818cd8a45e0213d3.tar.lz android_bootable_recovery-ff4c2c07e899ab049c7499f2818cd8a45e0213d3.tar.xz android_bootable_recovery-ff4c2c07e899ab049c7499f2818cd8a45e0213d3.tar.zst android_bootable_recovery-ff4c2c07e899ab049c7499f2818cd8a45e0213d3.zip |
Diffstat (limited to 'wear_ui.cpp')
-rw-r--r-- | wear_ui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wear_ui.cpp b/wear_ui.cpp index 55b7afc8f..3ee38e8a4 100644 --- a/wear_ui.cpp +++ b/wear_ui.cpp @@ -35,7 +35,7 @@ #include "wear_ui.h" #include "ui.h" #include "cutils/properties.h" -#include "base/strings.h" +#include "android-base/strings.h" static int char_width; static int char_height; |