prebuild: reformat

Reformat the prebuild file, which apparently decided to format
themselves with indents instead of spaces. Fun.
This commit is contained in:
OxygenCobalt 2022-01-09 18:59:26 -07:00
parent 2f190f1e0b
commit 5359c819bd
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
3 changed files with 34 additions and 34 deletions

View file

@ -19,7 +19,7 @@ import com.google.android.exoplayer2.MediaItem
import com.google.android.exoplayer2.MediaMetadata
import com.google.android.exoplayer2.MetadataRetriever
import com.google.android.exoplayer2.metadata.id3.ApicFrame
import com.google.android.exoplayer2.metadata.xiph.PictureFrame
import com.google.android.exoplayer2.metadata.vorbis.PictureFrame
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.withContext
import okio.buffer

View file

@ -26,7 +26,7 @@ import androidx.media.AudioFocusRequestCompat
import androidx.media.AudioManagerCompat
import com.google.android.exoplayer2.metadata.Metadata
import com.google.android.exoplayer2.metadata.id3.TextInformationFrame
import com.google.android.exoplayer2.metadata.xiph.VorbisComment
import com.google.android.exoplayer2.metadata.vorbis.VorbisComment
import org.oxycblt.auxio.playback.state.PlaybackStateManager
import org.oxycblt.auxio.settings.SettingsManager
import org.oxycblt.auxio.util.getSystemServiceSafe

View file

@ -82,4 +82,4 @@ os.chdir(flac_ext_jni_path)
sh('curl "https://ftp.osuosl.org/pub/xiph/releases/flac/flac-' + FLAC_VERSION + '.tar.xz" | tar xJ && mv "flac-' + FLAC_VERSION + '" flac')
sh(ndk_path + "/ndk-build APP_ABI=all -j4")
print(OK + "Prebuild successful." + NC)
print(OK + "success:" + NC + " Completed pre-build.")