Update .clang-format import groups order

Match the import order to the style guide[1]. This is based on
art/.clang-format.

[1] https://source.android.com/docs/setup/contribute/code-style#order-import-statements

Test: repo upload .
Change-Id: Ifd5c45fce2e20adf818d1cf03637f07b10786122
diff --git a/.clang-format b/.clang-format
index 1f39c81..c05d06f 100644
--- a/.clang-format
+++ b/.clang-format
@@ -13,5 +13,15 @@
 ColumnLimit: 100
 IndentWidth: 4
 ContinuationIndentWidth: 8
-...
-
+JavaImportGroups:
+- android
+- androidx
+- com.android
+- dalvik
+- libcore
+- com
+- junit
+- net
+- org
+- java
+- javax