blob: 3f4e8c70ee990695eb40cb8dd6a319145ca4bdd4 [file] [log] [blame]
ifeq ($(BOARD_HAVE_BLUETOOTH_BCM),true)
LOCAL_PATH:= $(call my-dir)
#
# brcm_patchram_plus.c
#
include $(CLEAR_VARS)
LOCAL_SRC_FILES := brcm_patchram_plus.c
LOCAL_MODULE := brcm_patchram_plus
LOCAL_SHARED_LIBRARIES := libcutils
include $(BUILD_EXECUTABLE)
endif