Handle renamed manifests with "yi"

- issue 682
This commit is contained in:
Connor Tumbleson
2014-10-05 12:33:47 -05:00
parent ce3c37c6ab
commit 76bf5ead25
2 changed files with 2 additions and 1 deletions

View File

@ -818,7 +818,7 @@ final public class AndrolibResources {
private File mAaptBinary = null;
private final static String[] IGNORED_PACKAGES = new String[] {
"android", "com.htc", "miui", "com.lge", "com.lge.internal" };
"android", "com.htc", "miui", "com.lge", "com.lge.internal", "yi" };
private final static String[] ALLOWED_PACKAGES = new String[] {
"com.miui" };