Fixed test for static final fields that don't use <clinit>.

Static final fields that are initialized by a compile-time constant
expression are replaced by copies of the constant value. This is done by
the compiler, and the dex file format passes it on.

Change-Id: I19c9b63508a4632ac32b8b877f33d68bfb3b054b
diff --git a/build/Android.common.mk b/build/Android.common.mk
index c200a0c..1188d12 100644
--- a/build/Android.common.mk
+++ b/build/Android.common.mk
@@ -222,6 +222,7 @@
 	StackWalk2 \
 	StaticLeafMethods \
 	Statics \
+	StaticsFromCode \
 	SystemMethods \
 	Invoke \
 	XandY