If @empty is encountered in XML, do not fallback to searching through the theme. Bug: 36891052 Test: make aapt2_tests Test: bit CtsContentTestCases:android.content.res.cts.TypedArrayTest Change-Id: Ie3bf7b70af9c7913513a1092afd95d26bec5e635
7 lines
134 B
Bash
Executable File
7 lines
134 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
aapt2 compile -o compiled.flata --dir res
|
|
aapt2 link -o styles.apk --manifest AndroidManifest.xml compiled.flata
|