OSDN Git Service

Merge change 5519
authorAndroid (Google) Code Review <android-gerrit@google.com>
Fri, 26 Jun 2009 16:54:04 +0000 (09:54 -0700)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Fri, 26 Jun 2009 16:54:04 +0000 (09:54 -0700)
commit30a3caa4f0b8b98721ed7607fe127c26d2f0f294
treec562c7d9e20a1bfbf9238ede4275d18fd5aeeefe
parent5ca456b2350495115f2c2d77802338ec859a4250
parent50fd4b6f53c444e3ce735a7d9b859fafddb22e7d
Merge change 5519

* changes:
  Add a 'removeunusedresources' script that goes through an app and removes all the unused resources. It uses the 'findunusedresources' script to find the resources, and the 'xmlstarlet' command to edit xml files. The result is an uncommitted git change that you can verify, modify if needed, and then check in. Also put some more fixes in the findunusedresources script to keep it from reporting false positives.