This allows flame to boot TWRP. Still will need to work on super partition for vendor and system access. The plan will be to cherry-pick any updates to android-9.0 through gerrit.twrp.me to this branch as a WIP.
7 lines
149 B
C
Executable File
7 lines
149 B
C
Executable File
#ifndef RECOVERY_TWINSTALL_H_
|
|
#define RECOVERY_TWINSTALL_H_
|
|
|
|
int TWinstall_zip(const char* path, int* wipe_cache);
|
|
|
|
#endif // RECOVERY_TWINSTALL_H_
|