• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    // See: http://go/android-license-faq
3    default_applicable_licenses: ["Android-Apache-2.0"],
4}
5
6android_app {
7    name: "SampleLocationAttribution",
8    resource_dirs: ["res"],
9    static_libs: [
10        "androidx.core_core",
11        "androidx.appcompat_appcompat",
12    ],
13    // Build all java files in the src subdirectory
14    srcs: ["src/**/*.java"],
15    sdk_version: "current",
16    product_specific: true,
17}
18