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

am: 7c55e171de

Change-Id: Iff2eb18c5898ae5d05c00a3c888d98286b36374a
This commit is contained in:
Yifan Hong 2017-08-17 01:01:28 +00:00 committed by android-build-merger
commit 43473a00e1

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)