summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2014-03-20 10:33:20 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-20 10:33:20 -0700
commite4360c8e14d1ea362fb1d13b7a5c9bf003f3be00 (patch)
tree3cd265f309def664b203acab58618842456858ef /cmds
parentc850102d5c4b1fad47c221911c7be5567cebe8b1 (diff)
parent4308a5230e2887c1ee12e7bdc60e0b93212637ab (diff)
downloadframeworks_base-e4360c8e14d1ea362fb1d13b7a5c9bf003f3be00.zip
frameworks_base-e4360c8e14d1ea362fb1d13b7a5c9bf003f3be00.tar.gz
frameworks_base-e4360c8e14d1ea362fb1d13b7a5c9bf003f3be00.tar.bz2
am 4308a523: Merge "bootanimation: build 32-bit if 64-bit gl libraries are not available"
* commit '4308a5230e2887c1ee12e7bdc60e0b93212637ab': bootanimation: build 32-bit if 64-bit gl libraries are not available
Diffstat (limited to 'cmds')
-rw-r--r--cmds/bootanimation/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmds/bootanimation/Android.mk b/cmds/bootanimation/Android.mk
index d5ff84e..dd987e0 100644
--- a/cmds/bootanimation/Android.mk
+++ b/cmds/bootanimation/Android.mk
@@ -24,5 +24,8 @@ LOCAL_C_INCLUDES := \
LOCAL_MODULE:= bootanimation
+ifdef TARGET_32_BIT_SURFACEFLINGER
+LOCAL_32_BIT_ONLY := true
+endif
include $(BUILD_EXECUTABLE)