Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ebed9bf authored by Victor Hsieh's avatar Victor Hsieh Committed by Android (Google) Code Review
Browse files

Merge "TEST_MAPPING for FileIntegrityManager related files" into main

parents 1e6d3fd2 3c4be970
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
{
    "postsubmit": [
        {
            "name": "CtsSecurityTestCases",
            "options": [
                {
                    "include-filter": "android.security.cts.FileIntegrityManagerTest"
                }
            ],
            "file_patterns": [
                "FileIntegrityManager\\.java",
                "IFileIntegrityService\\.aidl"
            ]
        }
    ]
}
+13 −0
Original line number Diff line number Diff line
{
    "postsubmit": [
        {
            "name": "CtsSecurityTestCases",
            "options": [
                {
                    "include-filter": "android.security.cts.FileIntegrityManagerTest"
                }
            ],
            "file_patterns": ["FileIntegrity[^/]*\\.java"]
        }
    ]
}