commit | a675e3a44603e31869f2cfbb28bab525a8e1b55e | [log] [tgz] |
---|---|---|
author | Yorke Lee <yorkelee@google.com> | Mon Oct 26 19:43:22 2015 -0700 |
committer | Yorke Lee <yorkelee@google.com> | Mon Oct 26 19:43:22 2015 -0700 |
tree | 49e2c205cba27ead86f3302935b2c2a975ec7148 | |
parent | e88621710f4c9bd123da5b1ceabe35ec99bd3a79 [diff] |
Don't crash if R.styleable int array is null Workaround for a very very strange test/AAPT/ART bug that causes R.styleable int arrays to be null during test instrumentation even though the values are there in the generated R files and via reflection. These changes have no effect on production since those fields should never be null then but help to prevent tests from failing. Change-Id: Ic986f6411886ef5d5858ec15f2e9f68826a5dd39