Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemSEPolicy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
1274aa15
Commit
1274aa15
authored
9 years ago
by
Nick Kralevich
Committed by
android-build-merger
9 years ago
Browse files
Options
Downloads
Plain Diff
suppress unnecessary makefile output
am:
6ef10bd4
* commit '
6ef10bd4
': suppress unnecessary makefile output
parents
087601e0
6ef10bd4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Android.mk
+4
-4
4 additions, 4 deletions
Android.mk
with
4 additions
and
4 deletions
Android.mk
+
4
−
4
View file @
1274aa15
...
@@ -99,8 +99,8 @@ $(sepolicy_policy.conf): $(call build_policy, $(sepolicy_build_files))
...
@@ -99,8 +99,8 @@ $(sepolicy_policy.conf): $(call build_policy, $(sepolicy_build_files))
$(LOCAL_BUILT_MODULE)
:
$(sepolicy_policy.conf) $(HOST_OUT_EXECUTABLES)/checkpolicy $(HOST_OUT_EXECUTABLES)/sepolicy-analyze
$(LOCAL_BUILT_MODULE)
:
$(sepolicy_policy.conf) $(HOST_OUT_EXECUTABLES)/checkpolicy $(HOST_OUT_EXECUTABLES)/sepolicy-analyze
@
mkdir
-p
$(
dir
$@
)
@
mkdir
-p
$(
dir
$@
)
$(
hide
)
$(
HOST_OUT_EXECUTABLES
)
/checkpolicy
-M
-c
$(
POLICYVERS
)
-o
$@
.tmp
$<
$(
hide
)
$(
HOST_OUT_EXECUTABLES
)
/checkpolicy
-M
-c
$(
POLICYVERS
)
-o
$@
.tmp
$<
>
/dev/null
$(
hide
)
$(
HOST_OUT_EXECUTABLES
)
/checkpolicy
-M
-c
$(
POLICYVERS
)
-o
$(
dir
$<
)
/
$(
notdir
$@
)
.dontaudit
$<
.dontaudit
$(
hide
)
$(
HOST_OUT_EXECUTABLES
)
/checkpolicy
-M
-c
$(
POLICYVERS
)
-o
$(
dir
$<
)
/
$(
notdir
$@
)
.dontaudit
$<
.dontaudit
>
/dev/null
$(
hide
)
$(
HOST_OUT_EXECUTABLES
)
/sepolicy-analyze
$@
.tmp permissive
>
$@
.permissivedomains
$(
hide
)
$(
HOST_OUT_EXECUTABLES
)
/sepolicy-analyze
$@
.tmp permissive
>
$@
.permissivedomains
$(
hide
)
if
[
"
$(
TARGET_BUILD_VARIANT
)
"
=
"user"
-a
-s
$@
.permissivedomains
]
;
then
\
$(
hide
)
if
[
"
$(
TARGET_BUILD_VARIANT
)
"
=
"user"
-a
-s
$@
.permissivedomains
]
;
then
\
echo
"=========="
1>&2
;
\
echo
"=========="
1>&2
;
\
...
@@ -137,7 +137,7 @@ $(sepolicy_policy_recovery.conf): $(call build_policy, $(sepolicy_build_files))
...
@@ -137,7 +137,7 @@ $(sepolicy_policy_recovery.conf): $(call build_policy, $(sepolicy_build_files))
$(LOCAL_BUILT_MODULE)
:
$(sepolicy_policy_recovery.conf) $(HOST_OUT_EXECUTABLES)/checkpolicy $(HOST_OUT_EXECUTABLES)/sepolicy-analyze
$(LOCAL_BUILT_MODULE)
:
$(sepolicy_policy_recovery.conf) $(HOST_OUT_EXECUTABLES)/checkpolicy $(HOST_OUT_EXECUTABLES)/sepolicy-analyze
@
mkdir
-p
$(
dir
$@
)
@
mkdir
-p
$(
dir
$@
)
$(
hide
)
$(
HOST_OUT_EXECUTABLES
)
/checkpolicy
-M
-c
$(
POLICYVERS
)
-o
$@
.tmp
$<
$(
hide
)
$(
HOST_OUT_EXECUTABLES
)
/checkpolicy
-M
-c
$(
POLICYVERS
)
-o
$@
.tmp
$<
>
/dev/null
$(
hide
)
$(
HOST_OUT_EXECUTABLES
)
/sepolicy-analyze
$@
.tmp permissive
>
$@
.permissivedomains
$(
hide
)
$(
HOST_OUT_EXECUTABLES
)
/sepolicy-analyze
$@
.tmp permissive
>
$@
.permissivedomains
$(
hide
)
if
[
"
$(
TARGET_BUILD_VARIANT
)
"
=
"user"
-a
-s
$@
.permissivedomains
]
;
then
\
$(
hide
)
if
[
"
$(
TARGET_BUILD_VARIANT
)
"
=
"user"
-a
-s
$@
.permissivedomains
]
;
then
\
echo
"=========="
1>&2
;
\
echo
"=========="
1>&2
;
\
...
@@ -187,7 +187,7 @@ include $(BUILD_SYSTEM)/base_rules.mk
...
@@ -187,7 +187,7 @@ include $(BUILD_SYSTEM)/base_rules.mk
$(LOCAL_BUILT_MODULE)
:
PRIVATE_BUILT_SEPOLICY.CONF := $(built_general_sepolicy.conf)
$(LOCAL_BUILT_MODULE)
:
PRIVATE_BUILT_SEPOLICY.CONF := $(built_general_sepolicy.conf)
$(LOCAL_BUILT_MODULE)
:
$(built_general_sepolicy.conf) $(HOST_OUT_EXECUTABLES)/checkpolicy
$(LOCAL_BUILT_MODULE)
:
$(built_general_sepolicy.conf) $(HOST_OUT_EXECUTABLES)/checkpolicy
@
mkdir
-p
$(
dir
$@
)
@
mkdir
-p
$(
dir
$@
)
$(
hide
)
$(
HOST_OUT_EXECUTABLES
)
/checkpolicy
-M
-c
$(
POLICYVERS
)
-o
$@
$(
PRIVATE_BUILT_SEPOLICY.CONF
)
$(
hide
)
$(
HOST_OUT_EXECUTABLES
)
/checkpolicy
-M
-c
$(
POLICYVERS
)
-o
$@
$(
PRIVATE_BUILT_SEPOLICY.CONF
)
>
/dev/null
built_general_sepolicy
:=
$(
LOCAL_BUILT_MODULE
)
built_general_sepolicy
:=
$(
LOCAL_BUILT_MODULE
)
##################################
##################################
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment