Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
build
Commits
2244cd32
Commit
2244cd32
authored
12 years ago
by
Kenny Root
Browse files
Options
Download
Email Patches
Plain Diff
Remove HAVE_SELINUX guard
Change-Id: Ie34c958fb20757f733b6c933bfe52691f773a342
parent
4bf886ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
10 deletions
+8
-10
target/product/core.mk
target/product/core.mk
+8
-10
No files found.
target/product/core.mk
View file @
2244cd32
...
...
@@ -127,6 +127,14 @@ PRODUCT_PACKAGES += \
zoneinfo.idx
\
zoneinfo.version
# SELinux packages
PRODUCT_PACKAGES
+=
\
sepolicy
\
file_contexts
\
seapp_contexts
\
property_contexts
\
mac_permissions.xml
PRODUCT_COPY_FILES
+=
\
system/core/rootdir/init.usb.rc:root/init.usb.rc
\
system/core/rootdir/init.trace.rc:root/init.trace.rc
\
...
...
@@ -150,14 +158,4 @@ ifeq ($(WITH_HOST_DALVIK),true)
zoneinfo-host.version
endif
ifeq
($(HAVE_SELINUX),true)
PRODUCT_PACKAGES
+=
\
sepolicy
\
file_contexts
\
seapp_contexts
\
property_contexts
\
mac_permissions.xml
endif
$(call
inherit-product,
$(SRC_TARGET_DIR)/product/base.mk)
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