Files
android_bootable_recovery/twrpinstall/include/twinstall.h
epicX 9d80efa884 Allow all extension while checking for digest verification
Change-Id: Ie17582f144e0a5b5a68e2c6d88c26cb9f5a29ee6
(cherry picked from commit 57366118181ad8f78251dc034f55835e6947cc0a)
2021-03-12 23:47:05 +00:00

7 lines
180 B
C

#ifndef RECOVERY_TWINSTALL_H_
#define RECOVERY_TWINSTALL_H_
int TWinstall_zip(const char* path, int* wipe_cache, bool check_for_digest = false);
#endif // RECOVERY_TWINSTALL_H_