blob: 95189fd752e13850b9d9c00b2429b98ab313eece [file] [log] [blame]
# Copyright 2007 The Android Open Source Project
#
# Utility to create Android bluetooth firmware from Texas Instruments .bts
# scripts
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
brfpatch.c
LOCAL_MODULE_TAGS := eng
LOCAL_MODULE := brfpatch
include $(BUILD_HOST_EXECUTABLE)