Fix Orbot PIE/non-PIE builds
* non-PIE build is already fixed since KITKAT_AND_LOWER AM.xml is used * Set PIEFLAGS for PIE build, also used default AM.xml & forcevercode
This commit is contained in:
parent
ed93e44b40
commit
72627baa64
|
@ -198,7 +198,6 @@ Build:14.1.3-PIE,130
|
|||
build=NDK_BASE=$$NDK$$ make -C external
|
||||
|
||||
Build:14.1.4-noPIE,132
|
||||
disable=wip
|
||||
commit=v14.1.4
|
||||
init=git cherry-pick -n 7ee0622a5eaafba284dac81fe58aeb15a478c9c2 && git submodule update
|
||||
submodules=yes
|
||||
|
@ -208,14 +207,14 @@ Build:14.1.4-noPIE,132
|
|||
buildjni=no
|
||||
|
||||
Build:14.1.4-PIE,133
|
||||
disable=wip
|
||||
commit=v14.1.4
|
||||
init=git cherry-pick -n 7ee0622a5eaafba284dac81fe58aeb15a478c9c2 && git submodule update
|
||||
submodules=yes
|
||||
rm=libs/jtorctl.jar,external/superuser-commands/RootCommands-Demo
|
||||
prebuild=mv AndroidManifest.LOLLIPOP.xml AndroidManifest.xml && echo 'target=android-17' >> external/superuser-commands/RootCommands-Library/project.properties
|
||||
build=NDK_BASE=$$NDK$$ make -C external
|
||||
prebuild=echo 'target=android-17' >> external/superuser-commands/RootCommands-Library/project.properties
|
||||
build=NDK_BASE=$$NDK$$ make -C external PIEFLAGS="-fPIE -pie"
|
||||
buildjni=no
|
||||
forcevercode=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags ^[^-]*$
|
||||
|
|
Loading…
Reference in a new issue