Merge "Make sepolicy-analyze for GTS." into oc-mr1-dev

This commit is contained in:
Yifan Hong 2017-08-16 21:46:10 +00:00 committed by Android (Google) Code Review
commit 7c55e171de

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
LOCAL_COMPATIBILITY_SUITE := cts gts
include $(BUILD_HOST_EXECUTABLE)