Set GFiberTV hostname property on android.

Change-Id: I547ebdd81a0b9ed5fb6bd77afa79116289f50b22
(cherry picked from commit d30ae5b3d37c7b61bcbfdbc7e416d37eb8335a7d)
diff --git a/fs/skeleton/etc/init.d/S02nexus.platform_gfibertv b/fs/skeleton/etc/init.d/S02nexus.platform_gfibertv
index 1216bd6..e6f2fa3 100755
--- a/fs/skeleton/etc/init.d/S02nexus.platform_gfibertv
+++ b/fs/skeleton/etc/init.d/S02nexus.platform_gfibertv
@@ -84,6 +84,9 @@
     hostname GFiberStorage
   elif is-tv-box; then
     hostname GFiberTV
+    if is-android-box; then
+      setprop net.hostname GFiberTV
+    fi
   elif is-network-box; then
     hostname GFiberRouter
   elif is-ptp; then