Track rename from base/ to android-base/.
Change-Id: I0a4592945400b1fa6892bf7c1fa8659fd711efa3
This commit is contained in:
parent
2558b11230
commit
939a7e0119
@ -24,7 +24,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include <base/stringprintf.h>
|
||||
#include <android-base/stringprintf.h>
|
||||
|
||||
#include <benchmark/Benchmark.h>
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include <base/stringprintf.h>
|
||||
#include <android-base/stringprintf.h>
|
||||
|
||||
int Round(int n) {
|
||||
int base = 1;
|
||||
|
@ -60,7 +60,7 @@
|
||||
#include "linker_reloc_iterators.h"
|
||||
#include "linker_utils.h"
|
||||
|
||||
#include "base/strings.h"
|
||||
#include "android-base/strings.h"
|
||||
#include "ziparchive/zip_archive.h"
|
||||
|
||||
extern void __libc_init_globals(KernelArgumentBlock&);
|
||||
|
@ -30,8 +30,8 @@
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <base/file.h>
|
||||
#include <base/strings.h>
|
||||
#include <android-base/file.h>
|
||||
#include <android-base/strings.h>
|
||||
|
||||
#include "private/get_cpu_count_from_string.h"
|
||||
|
||||
|
@ -24,8 +24,8 @@
|
||||
#include <string>
|
||||
#include <regex>
|
||||
|
||||
#include <base/file.h>
|
||||
#include <base/stringprintf.h>
|
||||
#include <android-base/file.h>
|
||||
#include <android-base/stringprintf.h>
|
||||
|
||||
#include "private/ScopeGuard.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user