Back to Androidx

README

development/splitBaselineProfiles/README.md

latest376 B
Original Source

A Utility to Split Baseline Profiles into constituent modules

  • To build the fat jar ./gradlew shadowJar.

  • Run using java -jar split-baseline-profiles-all.jar

  • To run the splitter with the runShadow task add something like

gradle
// Configuring the runShadow Task
runShadow {
  args 'foo'
}