• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright 2007-2008 The Android Open Source Project
2
3package {
4    // http://go/android-license-faq
5    default_applicable_licenses: ["Android-Apache-2.0"],
6}
7
8android_app {
9    name: "Stk",
10    libs: ["telephony-common"],
11    static_libs: [
12        "com.google.android.material_material",
13        "androidx.legacy_legacy-support-core-utils",
14    ],
15    srcs: ["**/*.java"],
16    platform_apis: true,
17    certificate: "platform",
18}
19