summaryrefslogtreecommitdiffstats
path: root/cmds/stagefright/Android.mk
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2009-08-07 09:30:32 -0700
committerAndreas Huber <andih@google.com>2009-08-07 10:40:34 -0700
commit47f59cfe40b0ebb3afd6c39f97dcd1eac2e966f7 (patch)
tree7b4d59814d6e75d323b07ff752de2bb5598f305d /cmds/stagefright/Android.mk
parent23aea9771d800ce43ffd8a23ad64ed6cead4b159 (diff)
downloadframeworks_av-47f59cfe40b0ebb3afd6c39f97dcd1eac2e966f7.zip
frameworks_av-47f59cfe40b0ebb3afd6c39f97dcd1eac2e966f7.tar.gz
frameworks_av-47f59cfe40b0ebb3afd6c39f97dcd1eac2e966f7.tar.bz2
Build the stagefright library by default.
Diffstat (limited to 'cmds/stagefright/Android.mk')
-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 fd681a2..e6d0503 100644
--- a/cmds/stagefright/Android.mk
+++ b/cmds/stagefright/Android.mk
@@ -1,5 +1,3 @@
-ifeq ($(BUILD_WITH_STAGEFRIGHT),true)
-
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -62,5 +60,3 @@ include $(BUILD_EXECUTABLE)
# LOCAL_MODULE:= play
#
# include $(BUILD_EXECUTABLE)
-
-endif