Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
twrp
android_bootable_recovery
Commits
64c413c7
Commit
64c413c7
authored
9 years ago
by
Vojtěch Boček
Browse files
Options
Download
Plain Diff
Merge pull request #23 from nkk71/android-6.0-mrom-squashedcommit01
Use restorecon from toolbox
parents
6299fb9b
07d9a5f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
Android.mk
Android.mk
+7
-0
No files found.
Android.mk
View file @
64c413c7
...
...
@@ -525,6 +525,13 @@ include $(CLEAR_VARS)
BUSYBOX_LINKS
:=
$(
shell
cat
external/busybox/busybox-full.links
)
exclude
:=
tune2fs mke2fs mkdosfs mkfs.vfat
gzip gunzip
#MultiROM uses restorecon -D which is only available in toolbox
ifeq
($(TARGET_RECOVERY_IS_MULTIROM), true)
ifeq
($(TWHAVE_SELINUX), true)
exclude
+=
restorecon
endif
endif
# If busybox does not have restorecon, assume it does not have SELinux support.
# Then, let toolbox provide 'ls' so -Z is available to list SELinux contexts.
ifeq
($(TWHAVE_SELINUX), true)
...
...
This diff is collapsed.
Click to expand it.
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