commit | ec74f2fbd56a5021ab7c74bd7e65c165e287ad7f | [log] [tgz] |
---|---|---|
author | Ryan Mitchell <rtmitchell@google.com> | Wed Oct 17 09:30:01 2018 -0700 |
committer | Ryan Mitchell <rtmitchell@google.com> | Wed Oct 17 09:30:01 2018 -0700 |
tree | 02a209b2729d37ee6d2453f543b9d84ad80a7b11 | |
parent | bbcfda0d35e83b95b2acc742c36ced3f92700ce9 [diff] |
Fix incorrect proto apk loading If a proto apk is missing resources.pb, AAPT2 would fail to detrmine the apk format because of an incorrect check. This fixes that check and removes the checking fuction from the LoadedApk header. Bug: 117820549 Test: removed resources.pb from proto apks and confirmed that loading in apks still works Change-Id: If3628a821e7b59c7dfcbefb502b6080be083cec1