hikey: Add self-extractors for binaries tarball generation

copy file hikey-target_files-123456.zip to device/linaro/hikey/self-extractors
$ cd device/common
$ ./generate-packages.sh 123456 KKK hikey hikey linaro hikey

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>

Change-Id: I481ed9196fc4bb2d3cbe2a09a77c518ec520513d
diff --git a/self-extractors/extract-lists.txt b/self-extractors/extract-lists.txt
new file mode 100644
index 0000000..8f6344e
--- /dev/null
+++ b/self-extractors/extract-lists.txt
@@ -0,0 +1,6 @@
+  linaro)
+    TO_EXTRACT="\
+            SYSTEM/vendor/lib64/egl/libGLES_mali.so \
+            SYSTEM/vendor/lib/egl/libGLES_mali.so \
+            "
+    ;;