Skip to content
Snippets Groups Projects
Commit 50fec5f8 authored by Ryan Longair's avatar Ryan Longair
Browse files

Fix sepolicy-analyze makefile so it is included in STS builds

Bug:74022614
Test: `sts-tradefed run sts -m CtsSecurityHostTestCases -t
android.cts.security.SELinuxNeverallowRulesTest`

Change-Id: I53f7bef927bcefdbe0edd0b919f11bdaa134a48b
parent f2a23efc
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,6 @@ LOCAL_SRC_FILES := sepolicy-analyze.c dups.c neverallow.c perm.c typecmp.c boole ...@@ -10,6 +10,6 @@ LOCAL_SRC_FILES := sepolicy-analyze.c dups.c neverallow.c perm.c typecmp.c boole
LOCAL_STATIC_LIBRARIES := libsepol LOCAL_STATIC_LIBRARIES := libsepol
LOCAL_CXX_STL := none LOCAL_CXX_STL := none
LOCAL_COMPATIBILITY_SUITE := ats cts gts vts LOCAL_COMPATIBILITY_SUITE := ats cts gts vts sts
include $(BUILD_HOST_EXECUTABLE) include $(BUILD_HOST_EXECUTABLE)
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