Initial Board Configuration

Adding Fairphone Board Configuration modules and neccessary
.rc,te files

Issue: FP2P-99
Change-Id: Iebd64f8c2e33b0236faf2ee2b073f3107d16d20a
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
new file mode 100644
index 0000000..82e5c88
--- /dev/null
+++ b/AndroidProducts.mk
@@ -0,0 +1,13 @@
+#
+# This file should set PRODUCT_MAKEFILES to a list of product makefiles
+# to expose to the build system.  LOCAL_DIR will already be set to
+# the directory containing this file.
+#
+# This file may not rely on the value of any variable other than
+# LOCAL_DIR; do not use any conditionals, and do not look up the
+# value of any variable that isn't set in this file or in a file that
+# it includes.
+#
+
+PRODUCT_MAKEFILES := \
+    $(LOCAL_DIR)/fp2.mk \