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

LOCAL_PATH := $(call my-dir)

GST_ANDROID_TOP := $(LOCAL_PATH)

include $(CLEAR_VARS)

include $(GST_ANDROID_TOP)/gstplayer/Android.mk
include $(GST_ANDROID_TOP)/sink/audioflingersink/Android.mk
include $(GST_ANDROID_TOP)/sink/surfaceflingersink/Android.mk