commit | af52cbeb9b54cd3c3094cdb391041005e5796e77 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Wed May 22 15:05:09 2019 -0700 |
committer | Alex Light <allight@google.com> | Fri May 24 17:06:32 2019 +0000 |
tree | b8803696ddf0af29b5cecc6810bfdd3292b07c0c | |
parent | 8e6bf106a5f6c26dfb7aa4fd0f8e9a4daabcbaee [diff] |
Use TargetSdkLevel in CalculateVerificationInfo We were using api_level=0 (meaning most recent api) for calculating the verification information of a single method dynamically. This might in the future lead to problems if we condition more of verification on the API level. To prevent this future problem we will instead use TargetSdkVersion as the API level. Test: ./test.py --host Change-Id: Ie87e0b1b6b07b43d2dc84101cb7764cc4087aca9