Move Fibonacci to run-test.

Change-Id: I52bc4e68f59da9d327d373a7cb81f5b960f5416e
diff --git a/build/Android.common.mk b/build/Android.common.mk
index 420ad33..8cefdee 100644
--- a/build/Android.common.mk
+++ b/build/Android.common.mk
@@ -423,11 +423,10 @@
 	XandY
 
 # subdirectories of test/ which are used with test-art-target-oat
-# Declare the simplest tests (Main, HelloWorld, and Fibonacci) first, the rest are alphabetical
+# Declare the simplest tests (Main, HelloWorld) first, the rest are alphabetical
 TEST_OAT_DIRECTORIES := \
 	Main \
 	HelloWorld \
-	Fibonacci \
 	\
 	ExceptionTest \
 	GrowthLimit \