15.1: Initial CVE patchers

This commit is contained in:
Tad 2018-02-12 04:13:25 -05:00
parent 4ee1a52cef
commit b02d40974c
14 changed files with 764 additions and 0 deletions

View file

@ -16,6 +16,7 @@
#along with this program. If not, see <https://www.gnu.org/licenses/>.
startPatcher() {
#$cvePatcher must be set!
java -jar $cvePatcher patch $base $androidWorkspace"Patches/" $cveScripts $1;
}
export -f startPatcher;