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
184f4f8a
Commit
184f4f8a
authored
10 years ago
by
dcashman
Committed by
Android Git Automerger
10 years ago
Browse files
Options
Downloads
Plain Diff
am
3d9e31b5
: am
3812cf58
: Fix sepolicy-analyze libc++.so loading issue w/CTS.
* commit '
3d9e31b5
': Fix sepolicy-analyze libc++.so loading issue w/CTS.
parents
e7c731cd
3d9e31b5
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
+4
-1
4 additions, 1 deletion
tools/Android.mk
tools/sepolicy-analyze/Android.mk
+1
-0
1 addition, 0 deletions
tools/sepolicy-analyze/Android.mk
with
5 additions
and
1 deletion
tools/Android.mk
+
4
−
1
View file @
184f4f8a
...
@@ -8,6 +8,7 @@ LOCAL_C_INCLUDES := external/libsepol/include/
...
@@ -8,6 +8,7 @@ LOCAL_C_INCLUDES := external/libsepol/include/
LOCAL_CFLAGS
:=
-DLINK_SEPOL_STATIC
-Wall
-Werror
LOCAL_CFLAGS
:=
-DLINK_SEPOL_STATIC
-Wall
-Werror
LOCAL_SRC_FILES
:=
check_seapp.c
LOCAL_SRC_FILES
:=
check_seapp.c
LOCAL_STATIC_LIBRARIES
:=
libsepol
LOCAL_STATIC_LIBRARIES
:=
libsepol
LOCAL_CXX_STL
:=
none
include
$(BUILD_HOST_EXECUTABLE)
include
$(BUILD_HOST_EXECUTABLE)
...
@@ -21,6 +22,7 @@ LOCAL_C_INCLUDES := external/libsepol/include \
...
@@ -21,6 +22,7 @@ LOCAL_C_INCLUDES := external/libsepol/include \
LOCAL_CFLAGS
:=
-Wall
-Werror
LOCAL_CFLAGS
:=
-Wall
-Werror
LOCAL_SRC_FILES
:=
checkfc.c
LOCAL_SRC_FILES
:=
checkfc.c
LOCAL_STATIC_LIBRARIES
:=
libsepol libselinux
LOCAL_STATIC_LIBRARIES
:=
libsepol libselinux
LOCAL_CXX_STL
:=
none
include
$(BUILD_HOST_EXECUTABLE)
include
$(BUILD_HOST_EXECUTABLE)
...
@@ -43,6 +45,7 @@ LOCAL_C_INCLUDES := external/libsepol/include
...
@@ -43,6 +45,7 @@ LOCAL_C_INCLUDES := external/libsepol/include
LOCAL_CFLAGS
:=
-Wall
-Werror
LOCAL_CFLAGS
:=
-Wall
-Werror
LOCAL_SRC_FILES
:=
sepolicy-check.c
LOCAL_SRC_FILES
:=
sepolicy-check.c
LOCAL_STATIC_LIBRARIES
:=
libsepol
LOCAL_STATIC_LIBRARIES
:=
libsepol
LOCAL_CXX_STL
:=
none
include
$(BUILD_HOST_EXECUTABLE)
include
$(BUILD_HOST_EXECUTABLE)
...
...
This diff is collapsed.
Click to expand it.
tools/sepolicy-analyze/Android.mk
+
1
−
0
View file @
184f4f8a
...
@@ -9,5 +9,6 @@ LOCAL_C_INCLUDES := external/libsepol/include
...
@@ -9,5 +9,6 @@ LOCAL_C_INCLUDES := external/libsepol/include
LOCAL_CFLAGS
:=
-Wall
-Werror
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_SRC_FILES
:=
sepolicy-analyze.c dups.c neverallow.c perm.c typecmp.c booleans.c attribute.c utils.c
LOCAL_STATIC_LIBRARIES
:=
libsepol
LOCAL_STATIC_LIBRARIES
:=
libsepol
LOCAL_CXX_STL
:=
none
include
$(BUILD_HOST_EXECUTABLE)
include
$(BUILD_HOST_EXECUTABLE)
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