Add libremote_bitrate_estimator to android makefile
The order of libraries is bit messy, will clean up later. BUG= TEST= Review URL: https://webrtc-codereview.appspot.com/646007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2383 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
f85b35a2f4
commit
276dc1872a
@ -190,6 +190,12 @@ LOCAL_SRC_FILES := \
|
||||
$(MY_LIBS_PATH)/src/modules/libaudio_device.a
|
||||
include $(PREBUILT_STATIC_LIBRARY)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := libremote_bitrate_estimator
|
||||
LOCAL_SRC_FILES := \
|
||||
$(MY_LIBS_PATH)/src/modules/libremote_bitrate_estimator.a
|
||||
include $(PREBUILT_STATIC_LIBRARY)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := librtp_rtcp
|
||||
LOCAL_SRC_FILES := \
|
||||
@ -326,6 +332,7 @@ LOCAL_STATIC_LIBRARIES := \
|
||||
libsystem_wrappers \
|
||||
libcpu_features_android \
|
||||
libaudio_device \
|
||||
libremote_bitrate_estimator \
|
||||
librtp_rtcp \
|
||||
libmedia_file \
|
||||
libudp_transport \
|
||||
|
Loading…
x
Reference in New Issue
Block a user