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

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

am a3633c25: am 71a3d40d: am e4360c8e: am 4308a523: Merge "bootanimation:...

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

* commit 'a3633c25':
  bootanimation: build 32-bit if 64-bit gl libraries are not available
parents 52eb9532 a3633c25
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -21,5 +21,8 @@ LOCAL_SHARED_LIBRARIES := \

LOCAL_MODULE:= bootanimation

ifdef TARGET_32_BIT_SURFACEFLINGER
LOCAL_32_BIT_ONLY := true
endif

include $(BUILD_EXECUTABLE)