From 6faaf139a7172760b6928a6cff295b0f7b8e3d11 Mon Sep 17 00:00:00 2001 From: Inseob Kim Date: Thu, 2 May 2024 17:40:00 +0900 Subject: [PATCH] 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 --- tests/Android.bp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/Android.bp b/tests/Android.bp index eaba77047..3dda11a1b 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -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"], +}