diff options
author | 2024-02-13 14:29:45 -0800 | |
---|---|---|
committer | 2024-02-13 14:29:45 -0800 | |
commit | 7c4dc5d1851900569e994cbb35b70d162c1471ab (patch) | |
tree | 332c7129b421cdb2576586a6a6ee92a61f23c45f /rust/testing.go | |
parent | 7870d329a5c21132adc16a5974f66839c1422c16 (diff) |
Always use aapt2 --no-static-lib-packages
--no-static-lib-packages was removed when compiling libraries with
use_resource_processor: true enabled, but that caused problems resolving
attributes of styleables. androidx.preference declares the "icon"
attribute inside a <declare-styleable>, but doesn't give it a format.
aapt2 refuses to create a new attribute for this case (b/131100106),
but without --no-static-lib-packages aapt2 can resolve the attribute
from the one defined in androidx.appcompat.
Bug: 294256649
Test: builds
Change-Id: I13661be83ba6501b0c2b1af8e632f260f405a370
Diffstat (limited to 'rust/testing.go')
0 files changed, 0 insertions, 0 deletions