summaryrefslogtreecommitdiffstats
path: root/otautil/Android.bp
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2018-04-26 18:24:41 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-04-26 18:24:41 +0200
commit49c7f1cec3ee3ef81e1747c7f9578beec64d9468 (patch)
treef26b3a858f289f5806b92daf0e776c082a246b8a /otautil/Android.bp
parentMerge "updater_sample: Use stubs libs for android.test.base / runner." (diff)
parentRename CacheLocation to Paths. (diff)
downloadandroid_bootable_recovery-49c7f1cec3ee3ef81e1747c7f9578beec64d9468.tar
android_bootable_recovery-49c7f1cec3ee3ef81e1747c7f9578beec64d9468.tar.gz
android_bootable_recovery-49c7f1cec3ee3ef81e1747c7f9578beec64d9468.tar.bz2
android_bootable_recovery-49c7f1cec3ee3ef81e1747c7f9578beec64d9468.tar.lz
android_bootable_recovery-49c7f1cec3ee3ef81e1747c7f9578beec64d9468.tar.xz
android_bootable_recovery-49c7f1cec3ee3ef81e1747c7f9578beec64d9468.tar.zst
android_bootable_recovery-49c7f1cec3ee3ef81e1747c7f9578beec64d9468.zip
Diffstat (limited to 'otautil/Android.bp')
-rw-r--r--otautil/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/otautil/Android.bp b/otautil/Android.bp
index 75cf69148..958f98b76 100644
--- a/otautil/Android.bp
+++ b/otautil/Android.bp
@@ -21,7 +21,7 @@ cc_library_static {
"SysUtil.cpp",
"DirUtil.cpp",
"ThermalUtil.cpp",
- "cache_location.cpp",
+ "paths.cpp",
"rangeset.cpp",
],