Refactor module lists in BUCK

- removed unused Android defs file
- module lists moved to default.defs
- removed redundant APPS list

Change-Id: I464cfc51c56641b3a3810509ab3e238a5f9e62a6
diff --git a/onos.defs b/onos.defs
new file mode 100644
index 0000000..2a659e2
--- /dev/null
+++ b/onos.defs
@@ -0,0 +1,9 @@
+#FIXME - these should be shared with bucklets
+ONOS_ORIGIN = 'ON.Lab'
+ONOS_GROUP_ID = 'org.onosproject'
+ONOS_VERSION = '1.7.0-SNAPSHOT'
+DEFAULT_APP_CATEGORY = 'Utility'
+ONOS_ARTIFACT_BASE = 'onos-'
+APP_PREFIX = ONOS_GROUP_ID + '.'
+
+include_defs('//modules.defs')