Mirakel: Remove android-l from beta build; enable.
This commit is contained in:
parent
dc7d1412ad
commit
2ef01d12b4
|
@ -156,13 +156,13 @@ Build:2.6.2,63
|
|||
rm -r appcompat/bin
|
||||
|
||||
Build:2.7-beta1,64
|
||||
disable=uses preview sdk target
|
||||
commit=v2.7-beta1
|
||||
subdir=main
|
||||
gradle=FdroidNormal
|
||||
prebuild=cd ../ && \
|
||||
cp build/*.gradle . && \
|
||||
rm -r appcompat/bin
|
||||
rm -r appcompat/bin && \
|
||||
for buildfile in 'build.gradle' 'main/build.gradle' 'new_ui/build.gradle'; do sed -i -e '/srcDir "res-l"/d' -e '/minSdkVersion \"L\"/d' -e '/targetSdkVersion \"L\"/d' -e '/compileSdkVersion \"android-L\"/d' "${buildfile}"; done
|
||||
|
||||
Maintainer Notes:
|
||||
Keep 2 release versions in the archive, so don't build more than
|
||||
|
|
Loading…
Reference in a new issue