summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2010-06-23 16:40:57 -0700
committerAndreas Huber <andih@google.com>2010-06-23 16:40:57 -0700
commit608d77b1cf4fb9f63dc861e4e1fa3e80a732f626 (patch)
tree924276911b6c7b1cc35951709030559111aabe2c /cmds
parentd255a4e04d06796441ae234e8f3a8277578b3446 (diff)
downloadframeworks_av-608d77b1cf4fb9f63dc861e4e1fa3e80a732f626.zip
frameworks_av-608d77b1cf4fb9f63dc861e4e1fa3e80a732f626.tar.gz
frameworks_av-608d77b1cf4fb9f63dc861e4e1fa3e80a732f626.tar.bz2
Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright.
Change-Id: Ieafe75a4550c273ad59b4518d7cd4c0fce0f7cce related-to-bug: 2370115
Diffstat (limited to 'cmds')
-rw-r--r--cmds/stagefright/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmds/stagefright/Android.mk b/cmds/stagefright/Android.mk
index 80d0d2b..33696f4 100644
--- a/cmds/stagefright/Android.mk
+++ b/cmds/stagefright/Android.mk
@@ -1,5 +1,3 @@
-ifeq ($(BUILD_WITH_FULL_STAGEFRIGHT),true)
-
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -72,5 +70,3 @@ LOCAL_MODULE_TAGS := debug
LOCAL_MODULE:= audioloop
include $(BUILD_EXECUTABLE)
-
-endif