Skip to content
Snippets Groups Projects
Commit bf4568d1 authored by William Roberts's avatar William Roberts Committed by Android Git Automerger
Browse files

am 4ee7131a: Introduce seapp_neverallow test

* commit '4ee7131a':
  Introduce seapp_neverallow test
parents 8f519b3f 4ee7131a
No related branches found
No related tags found
No related merge requests found
...@@ -204,6 +204,20 @@ $(LOCAL_BUILT_MODULE): $(built_sepolicy) $(all_sc_files) $(HOST_OUT_EXECUTABLES) ...@@ -204,6 +204,20 @@ $(LOCAL_BUILT_MODULE): $(built_sepolicy) $(all_sc_files) $(HOST_OUT_EXECUTABLES)
GENERAL_SEAPP_CONTEXTS := $(LOCAL_BUILT_MODULE) GENERAL_SEAPP_CONTEXTS := $(LOCAL_BUILT_MODULE)
all_sc_files := all_sc_files :=
##################################
include $(CLEAR_VARS)
LOCAL_MODULE := general_seapp_neverallows
LOCAL_MODULE_CLASS := ETC
LOCAL_MODULE_TAGS := tests
include $(BUILD_SYSTEM)/base_rules.mk
$(LOCAL_BUILT_MODULE): $(addprefix $(LOCAL_PATH)/, seapp_contexts)
@mkdir -p $(dir $@)
- $(hide) grep -ie '^neverallow' $< > $@
GENERAL_SEAPP_NEVERALLOWS := $(LOCAL_BUILT_MODULE)
################################## ##################################
include $(CLEAR_VARS) include $(CLEAR_VARS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment