Merge "CTS Fix: relax test for cipher suite selected during handshake."
diff --git a/Android.bp b/Android.bp
index 1a3a779..362d48a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -239,7 +239,7 @@
     target: {
         hostdex: {
             required: ["libjavacrypto"],
-        }
+        },
     },
 
     permitted_packages: [
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg
index 4c8d137..84d310f 100644
--- a/PREUPLOAD.cfg
+++ b/PREUPLOAD.cfg
@@ -1,3 +1,4 @@
 [Builtin Hooks]
 commit_msg_test_field = true
 clang_format = true
+bpfmt = true
diff --git a/apex/testing/Android.bp b/apex/testing/Android.bp
index da8b9e3..12c2756 100644
--- a/apex/testing/Android.bp
+++ b/apex/testing/Android.bp
@@ -18,5 +18,5 @@
     manifest: "test_apex_manifest.json",
     file_contexts: "com.android.conscrypt",
     // Test APEX, should never be installed
-    installable: false
+    installable: false,
 }