From 608d77b1cf4fb9f63dc861e4e1fa3e80a732f626 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Wed, 23 Jun 2010 16:40:57 -0700 Subject: Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright. Change-Id: Ieafe75a4550c273ad59b4518d7cd4c0fce0f7cce related-to-bug: 2370115 --- media/libstagefright/id3/Android.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'media/libstagefright/id3') diff --git a/media/libstagefright/id3/Android.mk b/media/libstagefright/id3/Android.mk index 93fac1c..23c8e44 100644 --- a/media/libstagefright/id3/Android.mk +++ b/media/libstagefright/id3/Android.mk @@ -1,5 +1,3 @@ -ifeq ($(BUILD_WITH_FULL_STAGEFRIGHT),true) - LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) @@ -28,5 +26,3 @@ LOCAL_MODULE_TAGS := debug LOCAL_MODULE := testid3 include $(BUILD_EXECUTABLE) - -endif -- cgit v1.1