Move prebuilt_sepolicy_cts_data to system/sepolicy

This is a no-op now but it will make vintf finalization easier because
we'll only need system/sepolicy changes.

Bug: 337978860
Test: atest CtsSecurityHostTestCases
Change-Id: I242dcad7511e7c880b1e5434ba3de622f56bc1b3
This commit is contained in:
Inseob Kim 2024-05-02 17:40:00 +09:00
parent 6543cf9843
commit 6faaf139a7

View file

@ -179,3 +179,10 @@ python_test_host {
}, },
}, },
} }
// prebuilt files to be included to CTS
filegroup {
name: "prebuilt_sepolicy_cts_data",
srcs: [":202404_sepolicy_cts_data"],
visibility: ["//cts/hostsidetests/security"],
}