Convert Android.mk file to Android.bp

See build/soong/README.md for more information.

Bug: 122332995
Test: treehugger
Change-Id: Ib5479bb741243e545ab847f3c54a3b8357899f3f
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..c9a65a8
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,6 @@
+android_app {
+    name: "BasicDreams",
+    // Only compile source java files in this apk.
+    srcs: ["src/**/*.java"],
+    platform_apis: true,
+}