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

Commit cd99ece7 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by android code review
Browse files

Merge "x86: customize the malloced address to be 16-byte aligned"

parents bf3d3287 6f28d975
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@ BOARD_USES_GENERIC_AUDIO := true
# no hardware camera
USE_CAMERA_STUB := true

# customize the malloced address to be 16-byte aligned
BOARD_MALLOC_ALIGNMENT := 16

# Set /system/bin/sh to ash, not mksh, to make sure we can switch back.
TARGET_SHELL := ash