Remove artApex parameter from ApexBundleFactory am: 06ffad9629 am: 54ff17e894 am: cf1b8bf6ae am: c1205b5012 am: 99a91384a3

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Gki/+/1862833

Change-Id: I68479f1ee1fa6d121d29873a35912fc045579d76
diff --git a/build/gki.go b/build/gki.go
index 208aaf8..e34130b 100644
--- a/build/gki.go
+++ b/build/gki.go
@@ -94,7 +94,7 @@
 }
 
 func testApexBundleFactory() android.Module {
-	return apex.ApexBundleFactory(true /* testApex */, false /* art */)
+	return apex.ApexBundleFactory(true /* testApex */)
 }
 
 // Create modules for a real APEX package that contains an OTA payload.