summaryrefslogtreecommitdiffstats
path: root/adb_install.cpp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2016-05-23 20:42:40 +0200
committerTianjie Xu <xunchang@google.com>2016-05-23 21:24:28 +0200
commit84478e88234b68e457e18877ba9542029e5c7865 (patch)
treee4884c5c70dcde2cb1a346f8f7259839826c6f85 /adb_install.cpp
parentresolve merge conflicts of 86a28d0 to klp-modular-dev am: a5bc59620f am: 36acff7d7e am: 1f814d7630 am: ca45737e27 am: 8a1d4e97ad am: aa02888e55 am: 300af0779d am: fc1d9a49d1 am: b02b2fe392 (diff)
parentMerge "Allow recovery to return error codes" into nyc-dev (diff)
downloadandroid_bootable_recovery-84478e88234b68e457e18877ba9542029e5c7865.tar
android_bootable_recovery-84478e88234b68e457e18877ba9542029e5c7865.tar.gz
android_bootable_recovery-84478e88234b68e457e18877ba9542029e5c7865.tar.bz2
android_bootable_recovery-84478e88234b68e457e18877ba9542029e5c7865.tar.lz
android_bootable_recovery-84478e88234b68e457e18877ba9542029e5c7865.tar.xz
android_bootable_recovery-84478e88234b68e457e18877ba9542029e5c7865.tar.zst
android_bootable_recovery-84478e88234b68e457e18877ba9542029e5c7865.zip
Diffstat (limited to 'adb_install.cpp')
-rw-r--r--adb_install.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb_install.cpp b/adb_install.cpp
index 4cfcb2ab8..4aed9d4b1 100644
--- a/adb_install.cpp
+++ b/adb_install.cpp
@@ -113,7 +113,7 @@ apply_from_adb(RecoveryUI* ui_, bool* wipe_cache, const char* install_file) {
break;
}
}
- result = install_package(FUSE_SIDELOAD_HOST_PATHNAME, wipe_cache, install_file, false);
+ result = install_package(FUSE_SIDELOAD_HOST_PATHNAME, wipe_cache, install_file, false, 0);
break;
}