Disable prelink when build android
Review URL: http://webrtc-codereview.appspot.com/72001 git-svn-id: http://webrtc.googlecode.com/svn/trunk@211 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
02c00aa1d2
commit
5724084216
@ -37,6 +37,8 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
|
||||
LOCAL_ADDITIONAL_DEPENDENCIES :=
|
||||
|
||||
LOCAL_PRELINK_MODULE := false
|
||||
|
||||
include external/stlport/libstlport.mk
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
@ -92,5 +94,7 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
|
||||
LOCAL_ADDITIONAL_DEPENDENCIES :=
|
||||
|
||||
LOCAL_PRELINK_MODULE := false
|
||||
|
||||
include external/stlport/libstlport.mk
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
Loading…
x
Reference in New Issue
Block a user