1// Copyright 2007-2008 The Android Open Source Project 2 3package { 4 default_applicable_licenses: ["packages_apps_Stk_license"], 5} 6 7// Added automatically by a large-scale-change 8// http://go/android-license-faq 9license { 10 name: "packages_apps_Stk_license", 11 visibility: [":__subpackages__"], 12 license_kinds: [ 13 "SPDX-license-identifier-Apache-2.0", 14 ], 15 license_text: [ 16 "NOTICE", 17 ], 18} 19 20android_app { 21 name: "Stk", 22 libs: ["telephony-common"], 23 static_libs: [ 24 "com.google.android.material_material", 25 "androidx.legacy_legacy-support-core-utils", 26 ], 27 srcs: ["**/*.java"], 28 platform_apis: true, 29 certificate: "platform", 30} 31