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"], +}