Increase limit to 2600 on host clang builds for frame size.

Change-Id: I573e1bcdc7a935145e88077def9c90a5573d2e90
diff --git a/build/Android.common_build.mk b/build/Android.common_build.mk
index dad6106..a1385bb 100644
--- a/build/Android.common_build.mk
+++ b/build/Android.common_build.mk
@@ -191,7 +191,7 @@
 
 ifeq ($(HOST_OS),linux)
   # Larger frame-size for host clang builds today
-  art_host_non_debug_cflags += -Wframe-larger-than=2440
+  art_host_non_debug_cflags += -Wframe-larger-than=2600
   art_target_non_debug_cflags += -Wframe-larger-than=1728
 endif