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
970e2352
Commit
970e2352
authored
8 years ago
by
bowgotsai
Committed by
android-build-merger
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Clean up LOCAL_C_INCLUDES" am:
c5ee21d4
am:
c5e094b0
am:
1f777c9d
Change-Id: If2efacce54b244cbfa36bd2b9c5bcdf06170d4f8
parents
c9df1704
1f777c9d
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/Android.mk
+0
-5
0 additions, 5 deletions
tools/Android.mk
tools/sepolicy-analyze/Android.mk
+0
-1
0 additions, 1 deletion
tools/sepolicy-analyze/Android.mk
with
0 additions
and
6 deletions
tools/Android.mk
+
0
−
5
View file @
970e2352
...
...
@@ -4,8 +4,6 @@ include $(CLEAR_VARS)
LOCAL_MODULE
:=
checkseapp
LOCAL_MODULE_TAGS
:=
optional
LOCAL_C_INCLUDES
:=
\
external/selinux/libsepol/include
LOCAL_CFLAGS
:=
-DLINK_SEPOL_STATIC
-Wall
-Werror
LOCAL_SRC_FILES
:=
check_seapp.c
LOCAL_STATIC_LIBRARIES
:=
libsepol
...
...
@@ -19,8 +17,6 @@ include $(CLEAR_VARS)
LOCAL_MODULE
:=
checkfc
LOCAL_MODULE_TAGS
:=
optional
LOCAL_C_INCLUDES
:=
external/selinux/libsepol/include
\
external/libselinux/include
LOCAL_CFLAGS
:=
-Wall
-Werror
LOCAL_SRC_FILES
:=
checkfc.c
LOCAL_STATIC_LIBRARIES
:=
libsepol libselinux
...
...
@@ -43,7 +39,6 @@ include $(CLEAR_VARS)
LOCAL_MODULE
:=
sepolicy-check
LOCAL_MODULE_TAGS
:=
optional
LOCAL_C_INCLUDES
:=
external/selinux/libsepol/include
LOCAL_CFLAGS
:=
-Wall
-Werror
LOCAL_SRC_FILES
:=
sepolicy-check.c
LOCAL_STATIC_LIBRARIES
:=
libsepol
...
...
This diff is collapsed.
Click to expand it.
tools/sepolicy-analyze/Android.mk
+
0
−
1
View file @
970e2352
...
...
@@ -5,7 +5,6 @@ include $(CLEAR_VARS)
LOCAL_MODULE
:=
sepolicy-analyze
LOCAL_MODULE_TAGS
:=
optional
LOCAL_C_INCLUDES
:=
external/selinux/libsepol/include
LOCAL_CFLAGS
:=
-Wall
-Werror
LOCAL_SRC_FILES
:=
sepolicy-analyze.c dups.c neverallow.c perm.c typecmp.c booleans.c attribute.c utils.c
LOCAL_STATIC_LIBRARIES
:=
libsepol
...
...
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