-
Notifications
You must be signed in to change notification settings - Fork 584
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add class reference analysis for
booster-task-analyser
- Loading branch information
1 parent
77ddff0
commit 1d21e4c
Showing
15 changed files
with
752 additions
and
14 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...al/booster/task/analyser/LayoutHandler.kt → ...ask/analyser/performance/LayoutHandler.kt
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
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
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
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
2 changes: 1 addition & 1 deletion
2
...global/booster/task/analyser/constants.kt → ...er/task/analyser/performance/constants.kt
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
7 changes: 7 additions & 0 deletions
7
...task-analyser/src/main/kotlin/com/didiglobal/booster/task/analyser/reference/Constants.kt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package com.didiglobal.booster.task.analyser.reference | ||
|
||
internal const val DEFAULT_VARIANT = "" | ||
|
||
internal const val TASK_ANALYSE_REFERENCE = "analyseReference" | ||
|
||
internal const val TASK_CREATE_FULL_JAR = "createFullJar" |
Oops, something went wrong.