Make sepolicy-analyze for ATS.

bug: 69430536
Test: make ats-tradefed && ats-tradefed run ats -m
GtsSecurityHostTestCases

Change-Id: I617a7d08b1bf480f970bc8b4339fa6bbdc347311
This commit is contained in:
Nicholas Sauer 2017-11-28 13:19:09 -08:00
parent 2b669ed3f0
commit 3257295a0f

View File

@ -10,6 +10,6 @@ LOCAL_SRC_FILES := sepolicy-analyze.c dups.c neverallow.c perm.c typecmp.c boole
LOCAL_STATIC_LIBRARIES := libsepol
LOCAL_CXX_STL := none
LOCAL_COMPATIBILITY_SUITE := cts gts vts
LOCAL_COMPATIBILITY_SUITE := ats cts gts vts
include $(BUILD_HOST_EXECUTABLE)