Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3633c25 authored by Colin Cross's avatar Colin Cross Committed by Android Git Automerger
Browse files

am 71a3d40d: am e4360c8e: am 4308a523: Merge "bootanimation: build 32-bit if...

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

* commit '71a3d40d':
  bootanimation: build 32-bit if 64-bit gl libraries are not available
parents c5640ea5 71a3d40d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -24,5 +24,8 @@ LOCAL_C_INCLUDES := \

LOCAL_MODULE:= bootanimation

ifdef TARGET_32_BIT_SURFACEFLINGER
LOCAL_32_BIT_ONLY := true
endif

include $(BUILD_EXECUTABLE)