summaryrefslogtreecommitdiffstats
path: root/cmds/screenrecord
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-04-30 23:56:24 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-04-30 23:56:24 +0000
commit3c782246d5ee9869f2167a00df748eac1b9e9153 (patch)
tree43bb0d1abf51f5918c555ea914938ab6652354d5 /cmds/screenrecord
parent0d79b935f533220613f492ab06a12f5cc9591805 (diff)
parentb1d2b51c4652ecdea907a5a6865d55a9bc52c6a2 (diff)
downloadframeworks_av-3c782246d5ee9869f2167a00df748eac1b9e9153.zip
frameworks_av-3c782246d5ee9869f2167a00df748eac1b9e9153.tar.gz
frameworks_av-3c782246d5ee9869f2167a00df748eac1b9e9153.tar.bz2
am b1d2b51c: am 761636f3: Merge "Do not force all command-line apps to be 32-bit only"
* commit 'b1d2b51c4652ecdea907a5a6865d55a9bc52c6a2': Do not force all command-line apps to be 32-bit only
Diffstat (limited to 'cmds/screenrecord')
-rw-r--r--cmds/screenrecord/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmds/screenrecord/Android.mk b/cmds/screenrecord/Android.mk
index 57a2234..d77fdb6 100644
--- a/cmds/screenrecord/Android.mk
+++ b/cmds/screenrecord/Android.mk
@@ -40,6 +40,4 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE:= screenrecord
-LOCAL_32_BIT_ONLY := true
-
include $(BUILD_EXECUTABLE)