Files
build/tools
Tao Bao a77d41e2f7 releasetools: Fix the bug when deleting files.
For file-based OTAs, we used to remove unneeded files in ascending
order, which failed to delete non-empty directories. Reverse the order
to fix the issue.

For example, now we have the following in our generated script:
  delete("/system/app/Calculator/arm/Calculator.odex",
         "/system/app/Calculator/arm/",
         "/system/app/Calculator/Calculator.apk",
         "/system/app/Calculator/");

Bug: 22960996
Change-Id: I0d36d29b7862fb53bf55bf5685a990180f9c0b3b
2015-09-03 21:21:55 -07:00
..
2014-11-10 15:33:39 -08:00
2015-04-07 09:19:27 -07:00
2014-08-08 13:18:53 -07:00
2015-08-28 03:36:22 +00:00
2015-08-12 00:02:20 -07:00
2012-08-16 22:45:55 -07:00
2012-08-24 16:24:45 -07:00
2010-03-10 16:16:02 -08:00