summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-04-30 23:59:40 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-04-30 23:59:40 +0000
commitc6b8225e759d1790d9a38082a18ce7e24a3dba27 (patch)
tree8a44a3532afe19e468d8458f611fa713cb5cd60a /cmds
parentd1adad7acdff96f6518935214d93a655cc447570 (diff)
parent3c782246d5ee9869f2167a00df748eac1b9e9153 (diff)
downloadframeworks_av-c6b8225e759d1790d9a38082a18ce7e24a3dba27.zip
frameworks_av-c6b8225e759d1790d9a38082a18ce7e24a3dba27.tar.gz
frameworks_av-c6b8225e759d1790d9a38082a18ce7e24a3dba27.tar.bz2
am 3c782246: am b1d2b51c: am 761636f3: Merge "Do not force all command-line apps to be 32-bit only"
* commit '3c782246d5ee9869f2167a00df748eac1b9e9153': Do not force all command-line apps to be 32-bit only
Diffstat (limited to 'cmds')
-rw-r--r--cmds/screenrecord/Android.mk2
-rw-r--r--cmds/stagefright/Android.mk16
2 files changed, 0 insertions, 18 deletions
diff --git a/cmds/screenrecord/Android.mk b/cmds/screenrecord/Android.mk
index 6ee2884..6747e60 100644
--- a/cmds/screenrecord/Android.mk
+++ b/cmds/screenrecord/Android.mk
@@ -41,6 +41,4 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE:= screenrecord
-LOCAL_32_BIT_ONLY := true
-
include $(BUILD_EXECUTABLE)
diff --git a/cmds/stagefright/Android.mk b/cmds/stagefright/Android.mk
index e2e389b..561ce02 100644
--- a/cmds/stagefright/Android.mk
+++ b/cmds/stagefright/Android.mk
@@ -23,8 +23,6 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE:= stagefright
-LOCAL_32_BIT_ONLY := true
-
include $(BUILD_EXECUTABLE)
################################################################################
@@ -48,8 +46,6 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE:= record
-LOCAL_32_BIT_ONLY := true
-
include $(BUILD_EXECUTABLE)
################################################################################
@@ -73,8 +69,6 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE:= recordvideo
-LOCAL_32_BIT_ONLY := true
-
include $(BUILD_EXECUTABLE)
@@ -99,8 +93,6 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE:= audioloop
-LOCAL_32_BIT_ONLY := true
-
include $(BUILD_EXECUTABLE)
################################################################################
@@ -124,8 +116,6 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE:= stream
-LOCAL_32_BIT_ONLY := true
-
include $(BUILD_EXECUTABLE)
################################################################################
@@ -149,8 +139,6 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE:= sf2
-LOCAL_32_BIT_ONLY := true
-
include $(BUILD_EXECUTABLE)
################################################################################
@@ -175,8 +163,6 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE:= codec
-LOCAL_32_BIT_ONLY := true
-
include $(BUILD_EXECUTABLE)
################################################################################
@@ -200,6 +186,4 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE:= muxer
-LOCAL_32_BIT_ONLY := true
-
include $(BUILD_EXECUTABLE)