summaryrefslogtreecommitdiffstats
path: root/adb_install.cpp
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 /adb_install.cpp
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 'adb_install.cpp')
-rw-r--r--adb_install.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/adb_install.cpp b/adb_install.cpp
index ac0130651..4ee5333c7 100644
--- a/adb_install.cpp
+++ b/adb_install.cpp
@@ -70,7 +70,7 @@ static void maybe_restart_adbd() {
}
}
-int apply_from_adb(bool* wipe_cache, const char* install_file) {
+int apply_from_adb(bool* wipe_cache) {
modified_flash = true;
stop_adbd();
@@ -113,7 +113,7 @@ int apply_from_adb(bool* wipe_cache, const char* install_file) {
break;
}
}
- result = install_package(FUSE_SIDELOAD_HOST_PATHNAME, wipe_cache, install_file, false, 0);
+ result = install_package(FUSE_SIDELOAD_HOST_PATHNAME, wipe_cache, false, 0);
break;
}