Make Android.mk to be able to inclucde subfolder makefiles

BUG=None
TEST=trybot
Review URL: https://webrtc-codereview.appspot.com/868006

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2870 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
leozwang@webrtc.org 2012-10-04 15:59:11 +00:00
parent 2a84f63719
commit f9a0713866

View File

@ -8,6 +8,8 @@
LOCAL_PATH := $(call my-dir)
include $(call all-makefiles-under, $(LOCAL_PATH))
MY_LIBS_PATH := ../../../../../out/Debug/obj.target
include $(CLEAR_VARS)
@ -311,6 +313,7 @@ LOCAL_STATIC_LIBRARIES := \
libjpeg_turbo \
libaudioproc_debug_proto \
libprotobuf_lite \
libvpx
libvpx \
$(MY_SUPPLEMENTAL_LIBS)
include $(BUILD_SHARED_LIBRARY)