Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
a839cb78
Commit
a839cb78
authored
Feb 27, 2017
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename bootimgtool to magiskboot
parent
f621fb20
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
2 additions
and
2 deletions
+2
-2
Android.mk
jni/Android.mk
+1
-1
Android.mk
jni/magiskboot/Android.mk
+1
-1
bootimg.h
jni/magiskboot/bootimg.h
+0
-0
compress.c
jni/magiskboot/compress.c
+0
-0
elf.h
jni/magiskboot/elf.h
+0
-0
hexpatch.c
jni/magiskboot/hexpatch.c
+0
-0
magiskboot.h
jni/magiskboot/magiskboot.h
+0
-0
main.c
jni/magiskboot/main.c
+0
-0
parseimg.c
jni/magiskboot/parseimg.c
+0
-0
repack.c
jni/magiskboot/repack.c
+0
-0
unpack.c
jni/magiskboot/unpack.c
+0
-0
No files found.
jni/Android.mk
View file @
a839cb78
LOCAL_PATH := $(call my-dir)
LOCAL_PATH := $(call my-dir)
include jni/
bootimgtools
/Android.mk
include jni/
magiskboot
/Android.mk
include jni/magiskhide/Android.mk
include jni/magiskhide/Android.mk
include jni/resetprop/Android.mk
include jni/resetprop/Android.mk
include jni/sepolicy-inject/Android.mk
include jni/sepolicy-inject/Android.mk
...
...
jni/
bootimgtools
/Android.mk
→
jni/
magiskboot
/Android.mk
View file @
a839cb78
LOCAL_PATH := $(call my-dir)
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
include $(CLEAR_VARS)
LOCAL_MODULE :=
bootimgtools
LOCAL_MODULE :=
magiskboot
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := main.c unpack.c repack.c hexpatch.c parseimg.c compress.c
LOCAL_SRC_FILES := main.c unpack.c repack.c hexpatch.c parseimg.c compress.c
LOCAL_CFLAGS += -std=gnu11
LOCAL_CFLAGS += -std=gnu11
...
...
jni/
bootimgtools
/bootimg.h
→
jni/
magiskboot
/bootimg.h
View file @
a839cb78
File moved
jni/
bootimgtools
/compress.c
→
jni/
magiskboot
/compress.c
View file @
a839cb78
File moved
jni/
bootimgtools
/elf.h
→
jni/
magiskboot
/elf.h
View file @
a839cb78
File moved
jni/
bootimgtools
/hexpatch.c
→
jni/
magiskboot
/hexpatch.c
View file @
a839cb78
File moved
jni/
bootimgtools
/magiskboot.h
→
jni/
magiskboot
/magiskboot.h
View file @
a839cb78
File moved
jni/
bootimgtools
/main.c
→
jni/
magiskboot
/main.c
View file @
a839cb78
File moved
jni/
bootimgtools
/parseimg.c
→
jni/
magiskboot
/parseimg.c
View file @
a839cb78
File moved
jni/
bootimgtools
/repack.c
→
jni/
magiskboot
/repack.c
View file @
a839cb78
File moved
jni/
bootimgtools
/unpack.c
→
jni/
magiskboot
/unpack.c
View file @
a839cb78
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment