Skip to content

Instantly share code, notes, and snippets.

@xdtianyu
Created December 11, 2019 02:13
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 xdtianyu/7d4dd30b0d5c540046507b76dcbac181 to your computer and use it in GitHub Desktop.
Save xdtianyu/7d4dd30b0d5c540046507b76dcbac181 to your computer and use it in GitHub Desktop.
android framework jar
allprojects {
gradle.projectsEvaluated {
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xbootclasspath/p:${rootDir}/app/libs/ext/framework.jar"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment