Skip to content
Snippets Groups Projects
Commit 96136d84 authored by dcashman's avatar dcashman
Browse files

sepolicy-analyze: use headers from common selinux project.

Point to external/selinux/libsepol instead of external/libsepol.

Change-Id: I09c33a4cbd7b4cd3ef2341c042259b96c0b59372
parent b6ecbce3
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ include $(CLEAR_VARS) ...@@ -5,7 +5,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := sepolicy-analyze LOCAL_MODULE := sepolicy-analyze
LOCAL_MODULE_TAGS := optional LOCAL_MODULE_TAGS := optional
LOCAL_C_INCLUDES := external/libsepol/include LOCAL_C_INCLUDES := external/selinux/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment