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
  • Issues
  • #2196
Closed
Open
Issue created Feb 14, 2019 by Administrator@rootContributor

"Don't run resource union in MiniAapt" #2086 appears to break resource merging

Created by: Blisse

https://github.com/facebook/buck/pull/2086 appears to have broken our app's resource merging.

Specific breakage I noticed (the earliest breakage): we have an ids.xml with a placeholder id in a package com.my.package

The generated class appears to be found in buck-out/bin/common/my/other/package/lib__src_debug#dummy_r_dot_java__scratch/classes/com/my/package/containerconstants/R$id.class class file, but compiling the app fails with error: cannot find symbol when referenced from another package.

After reverting this change, our app compiles normally with Buck again.

Assignee
Assign to
Time tracking