Fix packaging of emulator hardware ini file.

Change-Id: Icd2978a1148a8166e391f5f80d51d8d71ebc8801
diff --git a/build.gradle b/build.gradle
index c45de1d..27ac274 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,6 +13,10 @@
 
 sdk {
     common(mac, linux) {
+        item('android/avd/hardware-properties.ini') {
+            into 'lib'
+            notice null
+        }
         item("$buildDefaultEmulator.output/emulator") {
             executable true
             builtBy buildDefaultEmulator