Commit cc914494 by cpaulino Committed by Oliver Woodman

Rename libvpxJNI.so to libvpxV2JNI.so

Renamed to stop collision between the ExoV1 and ExoV2 implementation.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=217348150
parent ee02c678
......@@ -27,7 +27,7 @@ public final class VpxLibrary {
ExoPlayerLibraryInfo.registerModule("goog.exo.vpx");
}
private static final LibraryLoader LOADER = new LibraryLoader("vpx", "vpxJNI");
private static final LibraryLoader LOADER = new LibraryLoader("vpx", "vpxV2JNI");
private VpxLibrary() {}
......
......@@ -28,10 +28,10 @@ include $(LIBYUV_ROOT)/Android.mk
LOCAL_PATH := $(WORKING_DIR)
include libvpx.mk
# build libvpxJNI.so
# build libvpxV2JNI.so
include $(CLEAR_VARS)
LOCAL_PATH := $(WORKING_DIR)
LOCAL_MODULE := libvpxJNI
LOCAL_MODULE := libvpxV2JNI
LOCAL_ARM_MODE := arm
LOCAL_CPP_EXTENSION := .cc
LOCAL_SRC_FILES := vpx_jni.cc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment