land: Inherit common dlmalloc component
Change-Id: I66b9a73d61b4d22ae80b021e8dd09db9b17319e5
This commit is contained in:
parent
7facbe2de3
commit
4845b7a2e8
2 changed files with 1 additions and 2 deletions
|
@ -26,6 +26,7 @@ include $(CM_PATH)/common/bluetooth.mk
|
|||
include $(CM_PATH)/common/bootloader.mk
|
||||
include $(CM_PATH)/common/camera.mk
|
||||
include $(CM_PATH)/common/cpusets.mk
|
||||
include $(CM_PATH)/common/dlmalloc.mk
|
||||
include $(CM_PATH)/common/gps.mk
|
||||
include $(CM_PATH)/common/lights.mk
|
||||
include $(CM_PATH)/common/recovery.mk
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
# Malloc
|
||||
MALLOC_IMPL := dlmalloc
|
Loading…
Reference in a new issue