Skip to content

Commit

Permalink
ignore "com.lge.internal"
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed May 18, 2014
1 parent 8ad8174 commit 584d1cd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -855,7 +855,7 @@ public void setFrameworkFolder(String path) {
private File mAaptBinary = null;

private final static String[] IGNORED_PACKAGES = new String[] {
"android", "com.htc", "miui", "com.lge" };
"android", "com.htc", "miui", "com.lge", "com.lge.internal" };

private final static String[] ALLOWED_PACKAGES = new String[] {
"com.miui" };
Expand Down

0 comments on commit 584d1cd

Please sign in to comment.