forked from crdroidandroid/android_kernel_xiaomi_sm6150
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/itsshashanksp/KernelSU in…
…to HEAD Signed-off-by: Shashank Patil <[email protected]>
- Loading branch information
1 parent
d5bc477
commit 8aebd47
Showing
12 changed files
with
261 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
#ifndef __KSU_H_APK_V2_SIGN | ||
#define __KSU_H_APK_V2_SIGN | ||
|
||
// return 0 if signature match | ||
int is_manager_apk(char *path); | ||
#include "linux/types.h" | ||
|
||
bool is_manager_apk(char *path); | ||
|
||
#endif |
Oops, something went wrong.