Created
December 11, 2019 02:13
-
-
Save xdtianyu/7d4dd30b0d5c540046507b76dcbac181 to your computer and use it in GitHub Desktop.
android framework jar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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