Package: libsmali-java / 2.5.2.git2771eae-4

Metadata

Package Version Patches format
libsmali-java 2.5.2.git2771eae-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
revert to old build.gradle.patch | (download)

baksmali/build.gradle | 46 18 + 28 - 0 !
build.gradle | 117 55 + 62 - 0 !
dexlib2/build.gradle | 24 10 + 14 - 0 !
smali/build.gradle | 51 19 + 32 - 0 !
util/build.gradle | 26 11 + 15 - 0 !
5 files changed, 113 insertions(+), 151 deletions(-)

---
backport java8 compat.patch | (download)

build.gradle | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

---
set version.patch | (download)

build.gradle | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
build.patch | (download)

build.gradle | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 build

Always build Java 8 class files.

revert switch to jprante s jflex plugin.patch | (download)

build.gradle | 3 2 + 1 - 0 !
smali/build.gradle | 11 8 + 3 - 0 !
2 files changed, 10 insertions(+), 4 deletions(-)

 revert-switch-to-jprante-s-jflex-plugin

I couldn't get it to work with the new version of gradle-jflex-plugin.
Whoever wants to give it a try, I have pushed my work to the experimental
branch (gradle-jflex-plugin). Gradle just couldn't find the new plugin.

remove troublesome jgit tricks.patch | (download)

build.gradle | 20 1 + 19 - 0 !
1 file changed, 1 insertion(+), 19 deletions(-)

 remove-troublesome-jgit-tricks

This build process uses jgit to add the git commit ID to the version
name used in the filename of the release jars.  That gets in the way
of Debian packaging.

add jar manifests.patch | (download)

baksmali/build.gradle | 6 6 + 0 - 0 !
smali/build.gradle | 6 6 + 0 - 0 !
2 files changed, 12 insertions(+)

---