summaryrefslogtreecommitdiffstats
path: root/adb_install.h
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-04-27 11:33:14 +0200
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-04-27 11:33:14 +0200
commit754b0a019786fc96db38fea77f844c9d45e14546 (patch)
tree8d1ed2df09d4cd0594c5a0297987b5fdff062098 /adb_install.h
parentSnap for 4740273 from 766a4103888803454d3aa5f8de08df990b6f8fa0 to qt-release (diff)
parentMerge "updater_sample: fix gen_update_config.py" am: 2573b6fa1c am: 811baa37d3 (diff)
downloadandroid_bootable_recovery-754b0a019786fc96db38fea77f844c9d45e14546.tar
android_bootable_recovery-754b0a019786fc96db38fea77f844c9d45e14546.tar.gz
android_bootable_recovery-754b0a019786fc96db38fea77f844c9d45e14546.tar.bz2
android_bootable_recovery-754b0a019786fc96db38fea77f844c9d45e14546.tar.lz
android_bootable_recovery-754b0a019786fc96db38fea77f844c9d45e14546.tar.xz
android_bootable_recovery-754b0a019786fc96db38fea77f844c9d45e14546.tar.zst
android_bootable_recovery-754b0a019786fc96db38fea77f844c9d45e14546.zip
Diffstat (limited to 'adb_install.h')
-rw-r--r--adb_install.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb_install.h b/adb_install.h
index e654c893d..cc3ca267b 100644
--- a/adb_install.h
+++ b/adb_install.h
@@ -17,6 +17,6 @@
#ifndef _ADB_INSTALL_H
#define _ADB_INSTALL_H
-int apply_from_adb(bool* wipe_cache, const char* install_file);
+int apply_from_adb(bool* wipe_cache);
#endif