Convert hostsidetests/shortcuts/**/Android.mk file to Android.bp

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

Bug: 122332514
Test: treehugger, run `atest CtsShortcutHostTestCases`
Change-Id: Ib5bf7b68ce59f83ee1e0b02235d14faeb3d16514
diff --git a/hostsidetests/shortcuts/deviceside/Android.bp b/hostsidetests/shortcuts/deviceside/Android.bp
new file mode 100644
index 0000000..df7acb7
--- /dev/null
+++ b/hostsidetests/shortcuts/deviceside/Android.bp
@@ -0,0 +1,9 @@
+java_defaults {
+    name: "hostsidetests-shortcuts-deviceside-defaults",
+    static_libs: [
+        "hostsidetests-shortcuts-deviceside-common",
+        "ShortcutManagerTestUtils",
+    ],
+    libs: ["android.test.base.stubs"],
+    sdk_version: "test_current",
+}