Allow jarjar_rules to be arch-specific

Modules may need to use jarjar on the device to move classes into
the android namespace, but not on the host.

Test: m checkbuild
Change-Id: I910ebbe20e45e98edecca0d7c4fb18e806bc3c6c
diff --git a/java/java.go b/java/java.go
index 3382cf2..76e574e 100644
--- a/java/java.go
+++ b/java/java.go
@@ -100,7 +100,7 @@
 	Manifest *string
 
 	// if not blank, run jarjar using the specified rules file
-	Jarjar_rules *string
+	Jarjar_rules *string `android:"arch_variant"`
 
 	// If not blank, set the java version passed to javac as -source and -target
 	Java_version *string