Initial commit of common/pixel variables

* Excluding:
  raviole from vars/kernel_repos
  gs-common from vars/raven

Change-Id: Iaf24a2aba7ca26d5394f6a224d4e8660d02a901a
diff --git a/vars/pixels b/vars/pixels
new file mode 100644
index 0000000..3423c27
--- /dev/null
+++ b/vars/pixels
@@ -0,0 +1,16 @@
+# Google Pixels
+# Usage: ${devices[@]}
+readonly devices=(
+  crosshatch
+  blueline
+  bonito
+  sargo
+  coral
+  flame
+  sunfish
+  redfin
+  bramble
+  barbet
+  raven
+  oriole
+)