summaryrefslogtreecommitdiff
path: root/client/Android.bp
blob: 0593c25f1b13e4e7c814f1c17f34261b4345d9e8 (plain)
1
2
3
4
5
6
7
8
// Copyright 2007-2008 The Android Open Source Project

android_app {
    name: "Stk",
    static_libs: ["com.google.android.material_material"],
    platform_apis: true,
    certificate: "platform",
}