Merge "Improve android_app_import.dpi_variants handling."

This commit is contained in:
Jaewoong Jung
2019-07-10 16:39:53 +00:00
committed by Gerrit Code Review
4 changed files with 120 additions and 81 deletions

View File

@@ -1138,7 +1138,7 @@ func TestAndroidAppImport_DpiVariants(t *testing.T) {
{
name: "AAPTPreferredConfig matches",
aaptPreferredConfig: proptools.StringPtr("xhdpi"),
aaptPrebuiltDPI: []string{"xxhdpi", "lhdpi"},
aaptPrebuiltDPI: []string{"xxhdpi", "ldpi"},
expected: "prebuilts/apk/app_xhdpi.apk",
},
{