commit | d4e4945fbc97d96b8acc7a2a0b39955bb0288291 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Fri Jan 17 10:43:25 2025 +0900 |
committer | Inseob Kim <inseob@google.com> | Fri Jan 17 10:43:25 2025 +0900 |
tree | 4f65cd4c2c56ce88154862641a3bad1866022284 | |
parent | d67c5a38a912d251b13c90fc1453a30870dc1165 [diff] |
Vendor API level 202504 is now frozen Bug: 390060775 Test: build Change-Id: Ic73ea87b209f9871db9056b399baa548c1ceac2f Merged-In: Iffee00fd99050cce859aa87a4c65d1bad220968e
diff --git a/tests/Android.bp b/tests/Android.bp index 81e7927..8671fae 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -187,6 +187,9 @@ // prebuilt files to be included to CTS filegroup { name: "prebuilt_sepolicy_cts_data", - srcs: [":202404_sepolicy_cts_data"], + srcs: [ + ":202404_sepolicy_cts_data", + ":202504_sepolicy_cts_data", + ], visibility: ["//cts/hostsidetests/security"], }