changelos_master.xml remained in there with broken BOMs inside, removing in prebuild
This commit is contained in:
parent
744b7029ec
commit
0d459ed668
|
@ -46,7 +46,8 @@ Build:1.0.101rc1.withoutKeysync,2
|
|||
subdir=k9mail
|
||||
gradle=WithoutkeysyncPlayStore
|
||||
srclibs=pEpJNIAdapter@6d3137dd82e7,pEpEngine@6d083c04dd77,yml2@2.5.5
|
||||
prebuild=sed -i 's:file("../pEpJNIAdapter/android"):file("../srclib/pEpJNIAdapter/android"):' ../settings.gradle && \
|
||||
prebuild=rm -vf src/main/res/xml/changelog_master.xml && \
|
||||
sed -i 's:file("../pEpJNIAdapter/android"):file("../srclib/pEpJNIAdapter/android"):' ../settings.gradle && \
|
||||
sed -i 's:YML2_PATH=.*$:YML2_PATH=../$$yml2$$:' $$pEpEngine$$/default.conf && \
|
||||
sed -i "s:yml2proc:../$$yml2$$/yml2proc:" $$pEpJNIAdapter$$/src/Makefile && \
|
||||
sed -i 's:env python:env python2:' $$yml2$$/yml2proc && \
|
||||
|
|
Loading…
Reference in a new issue