1 # Copyright 2007 The Android Open Source Project 2 # 3 # Utility to create Android bluetooth firmware from Texas Instruments .bts 4 # scripts 5 6 LOCAL_PATH:= $(call my-dir) 7 include $(CLEAR_VARS) 8 9 LOCAL_SRC_FILES := \ 10 brfpatch.c 11 12 LOCAL_MODULE_TAGS := eng 13 LOCAL_MODULE := brfpatch 14 15 include $(BUILD_HOST_EXECUTABLE) 16