New issue
Advanced search Search tips

Issue 921761 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jan 18
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 1
Type: Bug
DFM



Sign in to add a comment

Conflicting resource IDs when generating AR module's resources

Project Member Reported by bialpio@chromium.org, Jan 14

Issue description

When building AR module, the resources get assigned IDs that are conflicting with resource IDs found in base module.

Attached are 2 files generated by `aapt dump --values resources <file>` from 2 .apk files, base-master_2.apk and ar-master_2.apk. The APK files were obtained by compiling monochrome_public_bundle and running `monochrome_public_bundle build-bundle-apks` and inspecting the contents of generated .apks file.

The conflicting IDs can be seen for example here:
- from base-master_2.apk:
spec resource 0x7f030004 org.chromium.chrome:array/DefaultGeolocationSettingEntries: flags=0x00000000
- from ar-master_2.apk:
spec resource 0x7f030004 org.chromium.chrome:string/__arcore_installing: flags=0x00000000
 
base-master-resources.txt
1.9 MB View Download
ar-master-resources.txt
2.5 KB View Download
Blocking: 916651
Components: Build
Labels: -Pri-3 OS-Android Pri-1
Status: Available (was: Untriaged)

Comment 3 by tiborg@chromium.org, Jan 16 (6 days ago)

Owner: bialpio@chromium.org

Comment 4 by tiborg@chromium.org, Jan 16 (6 days ago)

Status: Assigned (was: Available)

Comment 5 by bialpio@chromium.org, Jan 16 (6 days ago)

Status: Started (was: Assigned)
CL: https://chromium-review.googlesource.com/c/chromium/src/+/1415757

Comment 7 by bialpio@chromium.org, Jan 18 (4 days ago)

Status: Fixed (was: Started)

Comment 8 by bialpio@chromium.org, Jan 18 (4 days ago)

Blocking: -916651

Sign in to add a comment