Surespot: remove lots of clutter
This commit is contained in:
parent
67f13903c5
commit
3d18d20098
|
@ -87,25 +87,22 @@ Build:64-mod,64
|
|||
commit=b6889acbbf451dcb7421540511b62fc9375b6215
|
||||
subdir=surespot
|
||||
gradle=yes
|
||||
prebuild=pwd && \
|
||||
pushd ../ && \
|
||||
git clone https://github.com/zoff99/gcm-client-old.git && \
|
||||
popd && \
|
||||
prebuild=git clone https://github.com/zoff99/gcm-client-old.git && \
|
||||
mkdir -p src/main/java/com/ && \
|
||||
cp -av ../gcm-client-old/com src/main/java/ && \
|
||||
cp -av gcm-client-old/com src/main/java/ && \
|
||||
mkdir -p ../surespotcommon/src/main/res/raw && \
|
||||
printf 'ssl_strict=true\nbaseUrl=https://server.surespot.me:443\n' > ../surespotcommon/src/main/res/raw/configuration.properties && \
|
||||
pushd ../ && \
|
||||
find .google_apis -name '*.jar' -exec rm {} \; && \
|
||||
popd
|
||||
find .google_apis -name '*.jar' -exec rm {} \;
|
||||
scanignore=surespot/src/main/res/raw/ffmpeg
|
||||
novcheck=yes
|
||||
|
||||
Maintainer Notes:
|
||||
* Voice function removed
|
||||
|
||||
Why on earth do we need to git clone? This build is begging to break
|
||||
itself.
|
||||
.
|
||||
|
||||
Archive Policy:2 versions
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:64-mod
|
||||
|
|
Loading…
Reference in a new issue