prebuild: reformat
Reformat the prebuild file, which apparently decided to format themselves with indents instead of spaces. Fun.
This commit is contained in:
parent
2f190f1e0b
commit
5359c819bd
3 changed files with 34 additions and 34 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue