|
NOT FOR SUBMITTING: Enable FFmpeg and VDA on Android (just for developing)
This change is for developing VDA on Android and should not be submitted.
This generates a separate libffmpegsumo.so file. So, we need to push it
to the device after installig chrome apk.
For Chrome:
adb push out/$BUILD_TYPE/libffmpegsumo.so /data/data/com.google.android.apps.chrome/lib/
For ContentShell:
adb push out/$BUILD_TYPE/libffmpegsumo.so /data/data/org.chromium.content_shell/lib/
Change-Id: I700fc552de3062fd878ec679f863daab9e50272d
|