Enable source code formatting
PiperOrigin-RevId: 375979170
This commit is contained in:
parent
ee2af43a54
commit
095e2feb20
@ -23,7 +23,6 @@ import android.content.Context;
|
||||
import android.content.Intent;
|
||||
import android.content.SharedPreferences;
|
||||
import android.content.pm.PackageManager;
|
||||
import android.content.pm.ResolveInfo;
|
||||
import android.content.res.AssetManager;
|
||||
import android.net.Uri;
|
||||
import android.os.AsyncTask;
|
||||
|
@ -32,9 +32,8 @@
|
||||
#define DECODER_FUNC(RETURN_TYPE, NAME, ...) \
|
||||
extern "C" { \
|
||||
JNIEXPORT RETURN_TYPE \
|
||||
Java_com_google_android_exoplayer2_ext_flac_FlacDecoderJni_##NAME(JNIEnv *env, \
|
||||
jobject thiz, \
|
||||
##__VA_ARGS__); \
|
||||
Java_com_google_android_exoplayer2_ext_flac_FlacDecoderJni_##NAME( \
|
||||
JNIEnv *env, jobject thiz, ##__VA_ARGS__); \
|
||||
} \
|
||||
JNIEXPORT RETURN_TYPE \
|
||||
Java_com_google_android_exoplayer2_ext_flac_FlacDecoderJni_##NAME( \
|
||||
|
Loading…
x
Reference in New Issue
Block a user