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
  • !203

Add 'check_linear_alloc_limit' and 'primary_dex_patterns_excluded' arguments in android_binary Rule

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/byronwind/master into master Oct 11, 2014
  • Overview 5
  • Commits 1
  • Pipelines 0
  • Changes 5

Created by: byronwind

In android_binary rule, I add two boolean arguments: check_linear_alloc_limit and primary_dex_patterns_excluded.

If check_linear_alloc_limit is False, it will not check the linear alloc limit. The default value is False.

if primary_dex_patterns_excluded is True, the classes match primary_dex_patterns will be excluded in primary dex file. They will be included in secondary dex files.

Refer to issue #202 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/byronwind/master