1// Copyright 2007-2008 The Android Open Source Project
2
3android_app {
4 name: "Stk",
5 libs: ["telephony-common"],
6 static_libs: ["com.google.android.material_material"],
7 srcs: ["**/*.java"],
8 platform_apis: true,
9 certificate: "platform",
10}
11