* commit '0e2bc24ef002ec612e94a64da297a7698acde749': x86: customize the malloced address to be 16-byte aligned
This commit is contained in:
committed by
Android Git Automerger
commit
8ff07372c1
@@ -18,6 +18,9 @@ BOARD_USES_GENERIC_AUDIO := true
|
|||||||
# no hardware camera
|
# no hardware camera
|
||||||
USE_CAMERA_STUB := true
|
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.
|
# Set /system/bin/sh to ash, not mksh, to make sure we can switch back.
|
||||||
TARGET_SHELL := ash
|
TARGET_SHELL := ash
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user