Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
bmax committed Feb 29, 2024
1 parent 7b2caad commit e706c2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ on:
- "user/**"
- "tools/**"
- "version"
workflow_call:
workflow_dispatch:

jobs:
Build-kpimg:
Expand Down
2 changes: 1 addition & 1 deletion kernel/patch/patch.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ static void before_rest_init(hook_fargs4_t *args, void *udata)
rc = resolve_pt_regs();
log_boot("resolve_pt_regs done: %d\n", rc);

#ifdef ANDROID
rc = su_compat_init();
log_boot("su_compat_init done: %d\n", rc);

#ifdef ANDROID
rc = kpuserd_init();
log_boot("kpuserd_init done: %d\n", rc);
#endif
Expand Down

0 comments on commit e706c2b

Please sign in to comment.