omni: helpers for creating omni emulator builds

Precondition: android SDK must be installed in ~/Android/SDK

lunch omni_emulator-userdebug
make

if you want to run on the same host
vendor/omni/utils/emulator/start_emulator_local.sh

if you need to copy on a different host
vendor/omni/utils/emulator/create_emulator_image.sh
cp /tmp/omni_emulator.zip to the device where you have installed android SDK
unzip into /tmp
run /tmp/generic_x86/start_emulator_image.sh

Change-Id: I1b2abeb769a21d2da21e058d9767974cad99bed7
diff --git a/utils/emulator/packages.mk b/utils/emulator/packages.mk
new file mode 100644
index 0000000..653884f
--- /dev/null
+++ b/utils/emulator/packages.mk
@@ -0,0 +1,40 @@
+# Additional apps
+PRODUCT_PACKAGES += \
+    MonthCalendarWidget \
+    OpenDelta \
+    OmniSwitch \
+    Chromium \
+    OmniJaws \
+    OmniStyle \
+    QuickSearchBox \
+    OmniClockOSS \
+    MusicFX \
+    audio_effects.conf \
+    libcyanogen-dsp \
+    Phonograph \
+    Turbo \
+    MatLog \
+    GoldfishParts
+
+# Themes
+PRODUCT_PACKAGES += \
+    PixelTheme \
+    Stock
+
+# Additional tools
+PRODUCT_PACKAGES += \
+    bash \
+    e2fsck \
+    fsck.exfat \
+    htop \
+    lsof \
+    mke2fs \
+    mount.exfat \
+    nano \
+    openvpn \
+    powertop \
+    tune2fs \
+    vim \
+    mkfs.ntfs \
+    mount.ntfs \
+    fsck.ntfs