blob: f5c70e80df787a085e28ddb93ffb63be42e7f9df [file] [log] [blame]
Amit Mahajanf17bb572019-12-03 00:57:16 -08001// Copyright 2007-2008 The Android Open Source Project
2
3android_app {
4 name: "Stk",
5 libs: [
6 "telephony-common",
7 "StkLib",
8 ],
9 static_libs: ["com.google.android.material_material"],
10 platform_apis: true,
11 certificate: "platform",
12 required: ["StkLib"],
13}