You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
428 B
18 lines
428 B
7 months ago
|
package {
|
||
|
// See: http://go/android-license-faq
|
||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||
|
}
|
||
|
|
||
|
android_app {
|
||
|
name: "SampleLocationAttribution",
|
||
|
resource_dirs: ["res"],
|
||
|
static_libs: [
|
||
|
"androidx.core_core",
|
||
|
"androidx.appcompat_appcompat",
|
||
|
],
|
||
|
// Build all java files in the src subdirectory
|
||
|
srcs: ["src/**/*.java"],
|
||
|
sdk_version: "current",
|
||
|
product_specific: true,
|
||
|
}
|