Skip to content

Commit

Permalink
Daily arc lint --take KTFMT
Browse files Browse the repository at this point in the history
Reviewed By: zertosh

Differential Revision: D31225996

fbshipit-source-id: bf4c27edf42c86d3e71b3ae734307025a5203ce9
  • Loading branch information
CodemodService FBSourceKtfmtLinterBot authored and facebook-github-bot committed Sep 28, 2021
1 parent 1927ceb commit 3516090
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,12 @@ internal fun Project.configureReactTasks(variant: BaseVariant, config: ReactExte
preBundleTask.dependsOn(currentAssetsCopyTask)
}

private fun Project.cleanupVMFiles(libDir: String, targetVariant: Regex, enableHermes: Boolean, isRelease: Boolean) {
private fun Project.cleanupVMFiles(
libDir: String,
targetVariant: Regex,
enableHermes: Boolean,
isRelease: Boolean
) {
// Delete the VM related libraries that this build doesn't need.
// The application can manage this manually by setting 'enableVmCleanup: false'
//
Expand Down

0 comments on commit 3516090

Please sign in to comment.