Remove deviceProperties from BinaryHostFactory

java_binary_host should not include the device-only properties.

Test: m checkbuild
Change-Id: Ief6b0a0e98310f7a4f3684c4632f618d73f10bdd
diff --git a/java/java.go b/java/java.go
index 5785681..de78f28 100644
--- a/java/java.go
+++ b/java/java.go
@@ -1270,7 +1270,6 @@
 
 	module.AddProperties(
 		&module.Module.properties,
-		&module.Module.deviceProperties,
 		&module.Module.protoProperties,
 		&module.binaryProperties)