am 71a3d40d: am e4360c8e: am 4308a523: Merge "bootanimation: build 32-bit if 64-bit gl libraries are not available"

* commit '71a3d40d20c9507efab94260431e330558b90cd0':
  bootanimation: build 32-bit if 64-bit gl libraries are not available
This commit is contained in:
Colin Cross
2014-03-20 17:52:31 +00:00
committed by Android Git Automerger

View File

@@ -24,5 +24,8 @@ LOCAL_C_INCLUDES := \
LOCAL_MODULE:= bootanimation
ifdef TARGET_32_BIT_SURFACEFLINGER
LOCAL_32_BIT_ONLY := true
endif
include $(BUILD_EXECUTABLE)