Remove artApex parameter from ApexBundleFactory am: 06ffad9629

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

Change-Id: Ieb177a05704c320076169e17a77e131c8ee4d8a8
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.