1// Copyright (C) 2021 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 15package { 16 default_team: "trendy_team_mainline_modularization", 17 default_applicable_licenses: ["Android-Apache-2.0"], 18} 19 20python_test_host { 21 name: "mainline_modules_sdks_test", 22 main: "mainline_modules_sdks_test.py", 23 srcs: [ 24 "mainline_modules_sdks_test.py", 25 "mainline_modules_sdks.py", 26 ], 27 data: [ 28 "mainline_modules_sdks_test_data/**/*", 29 ], 30 version: { 31 py3: { 32 embedded_launcher: true, 33 }, 34 }, 35 test_suites: ["general-tests"], 36} 37 38phony { 39 name: "aosp_mainline_modules", 40 required: [ 41 "com.android.art", 42 "com.android.adbd", 43 "com.android.adservices", 44 "com.android.appsearch", 45 "com.android.btservices", 46 "com.android.configinfrastructure", 47 "com.android.conscrypt", 48 "com.android.devicelock", 49 "com.android.extservices", 50 "com.android.healthfitness", 51 "com.android.i18n", 52 "com.android.ipsec", 53 "com.android.media", 54 "com.android.media.swcodec", 55 "com.android.mediaprovider", 56 "com.android.ondevicepersonalization", 57 "com.android.os.statsd", 58 "com.android.permission", 59 "com.android.resolv", 60 "com.android.rkpd", 61 "com.android.neuralnetworks", 62 "com.android.scheduling", 63 "com.android.sdkext", 64 "com.android.tethering", 65 "com.android.tzdata", 66 "com.android.uwb", 67 "com.android.virt", 68 "com.android.wifi", 69 ], 70 visibility: ["//visibility:any_system_partition"], 71} 72 73