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

* commit 'cd99ece706771d4141b8fc51104224946cf1df65':
  x86: customize the malloced address to be 16-byte aligned
This commit is contained in:
Jean-Baptiste Queru 2012-05-11 14:09:16 -07:00 committed by Android Git Automerger
commit 0e2bc24ef0

View file

@ -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