a77d41e2f7021d11e8bcb863f3e331d5d92ba6a1
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
Description
No description provided
Languages
Makefile
32.1%
Python
31.1%
Go
13.7%
Rust
7.7%
Java
5.2%
Other
10.1%