Files
android_bootable_recovery/twinstallorig.h
Ethan Yonker 8373cfe28c Update to AOSP 8.0 base
Change-Id: I29fe722b4eb9718765327902779046840a01433e
2017-09-08 07:14:59 -05:00

15 lines
218 B
C

#ifndef RECOVERY_TWINSTALL_H_
#define RECOVERY_TWINSTALL_H_
#ifdef __cplusplus
extern "C" {
#endif
int TWinstall_zip(const char* path, int* wipe_cache);
#ifdef __cplusplus
}
#endif
#endif // RECOVERY_TWINSTALL_H_