summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..dc527b7
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,5 @@
+android_app {
+ name: "SpareParts",
+ srcs: ["**/*.java"],
+ platform_apis: true,
+}