Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created November 8, 2023 07:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skydoves/54f8e8388d484034a86fb496334e9dfe to your computer and use it in GitHub Desktop.
Save skydoves/54f8e8388d484034a86fb496334e9dfe to your computer and use it in GitHub Desktop.
baselineprofile_filter
baselineProfile {
// Filters the generated profile rules.
// This example keeps the classes in the `com.library` package all its subpackages.
filter {
include "com.mylibrary.**"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment