Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B buck
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 201
    • Issues 201
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • buck
  • Merge requests
  • !1034

Update dx from android tools

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/kageiit/update_dx into master Dec 02, 2016
  • Overview 19
  • Commits 2
  • Pipelines 0
  • Changes 80

Created by: kageiit

This updates dx to the code drop from android gradle plugin 2.2.0 located at

https://android.googlesource.com/platform/tools/base/+/gradle_2.2.0/build-system/builder/src/main/java/com/android

This version of dx has been modified by the android tools team to be able to run multiple invocations in process. Only slight modifications were made to keep the existing FB added functionality still intact like computeReferencedResources.

There might be some areas that we still want to keep from before for perf, but during profiling, the performance of dx is almost identical compared to the existing fork.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/kageiit/update_dx