Remove obsolete Android build cruft

This is not needed any longer.
This commit is contained in:
Tim-Philipp Müller 2015-04-26 18:24:13 +01:00
parent 62e6c5b3d8
commit afab78e52e
2 changed files with 0 additions and 45 deletions

View file

@ -1,30 +0,0 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
GST_OMX_TOP := $(LOCAL_PATH)
GST_OMX_BUILT_SOURCES := omx/Android.mk
GST_OMX_BUILT_SOURCES := $(patsubst %, $(abspath $(GST_OMX_TOP))/%, $(GST_OMX_BUILT_SOURCES))
.PHONY: gst-omx-configure
gst-omx-configure:
cd $(GST_OMX_TOP) ; \
CC="$(CONFIGURE_CC)" \
CFLAGS="$(CONFIGURE_CFLAGS)" \
LD=$(TARGET_LD) \
LDFLAGS="$(CONFIGURE_LDFLAGS)" \
CPP=$(CONFIGURE_CPP) \
CPPFLAGS="$(CONFIGURE_CPPFLAGS)" \
PKG_CONFIG_LIBDIR="$(CONFIGURE_PKG_CONFIG_LIBDIR)" \
PKG_CONFIG_TOP_BUILD_DIR=/ \
$(abspath $(GST_OMX_TOP))/$(CONFIGURE) --host=arm-linux-androideabi \
--prefix=/system --disable-orc --disable-valgrind --disable-gtk-doc && \
for file in $(GST_OMX_BUILT_SOURCES); do \
rm -f $$file && \
make -C $$(dirname $$file) $$(basename $$file) ; \
done
CONFIGURE_TARGETS += gst-omx-configure
-include $(GST_OMX_TOP)/omx/Android.mk

View file

@ -93,18 +93,3 @@ EXTRA_DIST = \
gstomxvp8dec.h \
gstomxtheoradec.c \
gstomxtheoradec.h
Android.mk: Makefile.am $(BUILT_SOURCES)
androgenizer \
-:PROJECT libgstomx -:SHARED libgstomx \
-:TAGS eng debug \
-:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
-:SOURCES $(libgstomx_la_SOURCES) \
$(nodist_libgstomx_la_SOURCES) \
-:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstomx_la_CFLAGS) \
-:LDFLAGS $(libgstomx_la_LDFLAGS) \
$(libgstomx_la_LIBADD) \
-ldl \
-:PASSTHROUGH LOCAL_ARM_MODE:=arm \
LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-$(GST_API_VERSION)' \
> $@