blob: c5a4f18034cde0f6c0eeff3446a7351c72871899 [file] [log] [blame]
Yuntao Xudb999d62021-04-28 09:39:09 -07001package {
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}