Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sepolicy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
platform
system
sepolicy
Commits
9c5d9e65
Commit
9c5d9e65
authored
8 years ago
by
Treehugger Robot
Committed by
Gerrit Code Review
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Fix build under GitC client."
parents
3b97552f
ec6f393d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Android.mk
+2
-2
2 additions, 2 deletions
Android.mk
with
2 additions
and
2 deletions
Android.mk
+
2
−
2
View file @
9c5d9e65
...
...
@@ -814,8 +814,8 @@ $(LOCAL_BUILT_MODULE): PRIVATE_SC_FILES := $(nonplat_sc_files)
$(LOCAL_BUILT_MODULE)
:
PRIVATE_SC_NEVERALLOW_FILES := $(plat_sc_neverallow_files)
$(LOCAL_BUILT_MODULE)
:
$(built_sepolicy) $(nonplat_sc_files) $(HOST_OUT_EXECUTABLES)/checkseapp $(plat_sc_neverallow_files)
@
mkdir
-p
$(
dir
$@
)
$(
hide
)
grep
-ie
'^neverallow'
$(
PRIVATE_SC_NEVERALLOW_FILES
)
>
plat_seapp_neverallows
.tmp
$(
hide
)
$(
HOST_OUT_EXECUTABLES
)
/checkseapp
-p
$(
PRIVATE_SEPOLICY
)
-o
$@
$(
PRIVATE_SC_FILES
)
plat_seapp_neverallows
.tmp
$(
hide
)
grep
-ie
'^neverallow'
$(
PRIVATE_SC_NEVERALLOW_FILES
)
>
$@
.tmp
$(
hide
)
$(
HOST_OUT_EXECUTABLES
)
/checkseapp
-p
$(
PRIVATE_SEPOLICY
)
-o
$@
$(
PRIVATE_SC_FILES
)
$@
.tmp
built_nonplat_sc
:=
$(
LOCAL_BUILT_MODULE
)
nonplat_sc_files
:=
...
...
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