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

Commit fc7990af authored by Steve Kondik's avatar Steve Kondik
Browse files

Build libRS in ARM mode.

RenderScript uses lots of floating point operations and
the size/speed tradeoff is worth it.
parent a754e876
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -105,6 +105,8 @@ LOCAL_LDLIBS := -lpthread -ldl
LOCAL_MODULE:= libRS
LOCAL_MODULE_TAGS := optional

LOCAL_ARM_MODE := arm

include $(BUILD_SHARED_LIBRARY)