blurdroid 0.1.6

Bluetooth lib for Rust using Android's bluedroid
Documentation
1
2
3
4
5
6
7
8
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)

LOCAL_MODULE    := blurdroid
LOCAL_SRC_FILES := $(wildcard $(LOCAL_PATH)/*.c)
LOCAL_CFLAGS := -g

include $(BUILD_STATIC_LIBRARY)