summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/Android.mk
blob: 1fa7e937b7fd6b33c6bae3f47f2020d676bb3267 (plain)
1
2
3
4
5
6
7
8
ifeq ($(BUILD_WITH_FULL_STAGEFRIGHT),true)

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

include $(call all-makefiles-under,$(LOCAL_PATH))

endif