goldfish: bump logd buffer size to 2M

The default 256k appears to cause lots
of adb EOF, bump it to 2M

Note: this only works for non-user build.
user builds ignore this file

Change-Id: I5732f7f4b4acf8158344ac9d54e30811368ae693
diff --git a/data/etc/local.prop b/data/etc/local.prop
new file mode 100644
index 0000000..33c632b
--- /dev/null
+++ b/data/etc/local.prop
@@ -0,0 +1 @@
+ro.logd.size=2M
diff --git a/vendor.mk b/vendor.mk
index e225ff6..f38028b 100644
--- a/vendor.mk
+++ b/vendor.mk
@@ -135,6 +135,7 @@
 
 PRODUCT_COPY_FILES += \
     device/generic/goldfish/data/etc/apns-conf.xml:data/misc/apns/apns-conf.xml \
+    device/generic/goldfish/data/etc/local.prop:data/local.prop \
     device/generic/goldfish/init.ranchu-core.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.ranchu-core.sh \
     device/generic/goldfish/init.ranchu-net.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.ranchu-net.sh \
     device/generic/goldfish/wifi/init.wifi.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.wifi.sh \