Add ANDROID_LOG to supress android specific logs
AAPT2 uses AssetManager2 as the implmentation of its symbol table. When generating the the R.java, AAPT2 adds information about styleables in the comments. If the first symbol table checked by the delegate is an AssetManager2 symbol table and it does not contain the styleable attribute being searched for, a bogus error is printed and the resource is found in a later symbol table. Bug: 126596328 Test: m -j Settings && diffed generated java files Change-Id: If86a9d62fd72317525dffa862be1267621f93afd
Loading
Please register or sign in to comment