diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2016-08-26 17:05:03 +0200 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2016-08-26 17:05:03 +0200 |
commit | 534d4e0612d96210fe76c03c8c0a0355e0f20453 (patch) | |
tree | 05324fc8c6c0d97d76fbc607d72ced81f5a0bb9d /twrp.cpp | |
parent | Fix compatibility with 5.1 (diff) | |
download | android_bootable_recovery-534d4e0612d96210fe76c03c8c0a0355e0f20453.tar android_bootable_recovery-534d4e0612d96210fe76c03c8c0a0355e0f20453.tar.gz android_bootable_recovery-534d4e0612d96210fe76c03c8c0a0355e0f20453.tar.bz2 android_bootable_recovery-534d4e0612d96210fe76c03c8c0a0355e0f20453.tar.lz android_bootable_recovery-534d4e0612d96210fe76c03c8c0a0355e0f20453.tar.xz android_bootable_recovery-534d4e0612d96210fe76c03c8c0a0355e0f20453.tar.zst android_bootable_recovery-534d4e0612d96210fe76c03c8c0a0355e0f20453.zip |
Diffstat (limited to 'twrp.cpp')
-rw-r--r-- | twrp.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -59,6 +59,8 @@ extern "C" { struct selabel_handle *selinux_handle; #endif +extern int adb_server_main(int is_daemon, int server_port, int /* reply_fd */); + TWPartitionManager PartitionManager; int Log_Offset; bool datamedia; |