summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/gki.go2
1 files changed, 1 insertions, 1 deletions
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 (g *gkiApex) validateAndSetMutableProperties(mctx android.LoadHookContext)
}
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.