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

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

am 6b4ecf31: Merge "surfaceflinger: add BoardConfig.mk variable to force 32-bit"

* commit '6b4ecf31':
  surfaceflinger: add BoardConfig.mk variable to force 32-bit
parents 6f286114 6b4ecf31
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -120,6 +120,10 @@ LOCAL_SHARED_LIBRARIES := \


LOCAL_MODULE:= surfaceflinger
LOCAL_MODULE:= surfaceflinger


ifdef TARGET_32_BIT_SURFACEFLINGER
LOCAL_32_BIT_ONLY := true
endif

include $(BUILD_EXECUTABLE)
include $(BUILD_EXECUTABLE)


###############################################################
###############################################################