1b86754eaa
Change-Id: I597f3d83ef14d2640192e0026a0fe1a93023bfc6
11 lines
245 B
Makefile
11 lines
245 B
Makefile
ifeq ($(BOARD_USES_BMLUTILS),true)
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_CFLAGS += -DBOARD_BOOT_DEVICE=\"$(BOARD_BOOT_DEVICE)\"
|
|
LOCAL_SRC_FILES := bmlutils.c
|
|
LOCAL_MODULE := libbmlutils
|
|
include $(BUILD_STATIC_LIBRARY)
|
|
|
|
endif |