1// Copyright (C) 2018 The Android Open Source Project 2// 3// Licensed under the Apache License, Version 2.0 (the "License"); 4// you may not use this file except in compliance with the License. 5// You may obtain a copy of the License at 6// 7// http://www.apache.org/licenses/LICENSE-2.0 8// 9// Unless required by applicable law or agreed to in writing, software 10// distributed under the License is distributed on an "AS IS" BASIS, 11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12// See the License for the specific language governing permissions and 13// limitations under the License. 14 15android_test_import { 16 name: "CtsCorruptApkTests_b71360999", 17 apk: "b71360999.apk", 18 presigned: true, 19 test_suites: [ 20 "cts", 21 "vts10", 22 "general-tests", 23 ] 24} 25 26android_test_import { 27 name: "CtsCorruptApkTests_b71361168", 28 apk: "b71361168.apk", 29 presigned: true, 30 test_suites: [ 31 "cts", 32 "vts10", 33 "general-tests", 34 ] 35} 36 37android_test_import { 38 name: "CtsCorruptApkTests_b79488511", 39 apk: "b79488511.apk", 40 presigned: true, 41 test_suites: [ 42 "cts", 43 "vts10", 44 "general-tests", 45 ] 46} 47