1package { 2 // See: http://go/android-license-faq 3 // A large-scale-change added 'default_applicable_licenses' to import 4 // all of the 'license_kinds' from "frameworks_av_services_mediatranscoding_license" 5 // to get the below license kinds: 6 // SPDX-license-identifier-Apache-2.0 7 default_applicable_licenses: [ 8 "frameworks_av_services_mediatranscoding_license", 9 ], 10} 11 12android_test_helper_app { 13 name: "TranscodingUidPolicy_TestAppA", 14 manifest: "TestAppA.xml", 15 static_libs: ["androidx.test.rules"], 16 sdk_version: "test_current", 17 srcs: ["src/**/*.java"], 18} 19 20android_test_helper_app { 21 name: "TranscodingUidPolicy_TestAppB", 22 manifest: "TestAppB.xml", 23 static_libs: ["androidx.test.rules"], 24 sdk_version: "test_current", 25 srcs: ["src/**/*.java"], 26} 27 28android_test_helper_app { 29 name: "TranscodingUidPolicy_TestAppC", 30 manifest: "TestAppC.xml", 31 static_libs: ["androidx.test.rules"], 32 sdk_version: "test_current", 33 srcs: ["src/**/*.java"], 34} 35