summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..c5a4f18
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,17 @@
+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,
+}