commit | 6ec6b189601229436375c986296a93e75b4f662e | [log] [tgz] |
---|---|---|
author | Winson Chiu <chiuwinson@google.com> | Thu Jun 03 17:35:06 2021 +0000 |
committer | Winson Chiu <chiuwinson@google.com> | Thu Jun 03 19:55:16 2021 +0000 |
tree | a0b3f54fb794e8b47e8aa71423bb8a0592a59b29 | |
parent | ada0d396e40f665eb24b4973c2881f231027ab2d [diff] |
Fix OverlayConfigTest minSdkVersion With a fix to ApkLite parsing, targetSdk gets coerced to a minimum of the minSdkVersion. And by default the build system sets the min to the dev version, so the target would be brought up to 10000. The test expects 21, so make the min just below that at 20. Bug: 189988918 Test: atest com.android.internal.content.OverlayConfigTest Change-Id: Iec7af27012c207e8cc888b6d16fc71e5e47bc73a