summaryrefslogtreecommitdiff
path: root/Android.mk
blob: 674c770c54fbb325a10f65729a0206079456e4c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This file is the top android makefile for all sub-modules.

LOCAL_PATH := $(call my-dir)

GST_ANDROID_TOP := $(LOCAL_PATH)

include $(CLEAR_VARS)

ifneq ($(NDK_BUILD), true)
include $(GST_ANDROID_TOP)/gstplayer/Android.mk
include $(GST_ANDROID_TOP)/sink/audioflingersink/Android.mk
include $(GST_ANDROID_TOP)/sink/surfaceflingersink/Android.mk
else
include $(GST_ANDROID_TOP)/sink/audioflingersink/Android.mk
endif