Loading media/jni/Android.mk +4 −1 Original line number Diff line number Diff line LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) ifneq ($(BUILD_WITHOUT_PV),true) include external/opencore/Config.mk endif LOCAL_SRC_FILES:= \ android_media_MediaPlayer.cpp \ android_media_MediaRecorder.cpp \ Loading @@ -19,7 +23,6 @@ LOCAL_SHARED_LIBRARIES := \ libcutils ifneq ($(BUILD_WITHOUT_PV),true) include external/opencore/Config.mk LOCAL_SRC_FILES += \ android_media_AmrInputStream.cpp Loading Loading
media/jni/Android.mk +4 −1 Original line number Diff line number Diff line LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) ifneq ($(BUILD_WITHOUT_PV),true) include external/opencore/Config.mk endif LOCAL_SRC_FILES:= \ android_media_MediaPlayer.cpp \ android_media_MediaRecorder.cpp \ Loading @@ -19,7 +23,6 @@ LOCAL_SHARED_LIBRARIES := \ libcutils ifneq ($(BUILD_WITHOUT_PV),true) include external/opencore/Config.mk LOCAL_SRC_FILES += \ android_media_AmrInputStream.cpp Loading