OSDN Git Service

Convert build system to soong using Android.bp
[android-x86/system-bt.git] / utils / Android.mk
diff --git a/utils/Android.mk b/utils/Android.mk
deleted file mode 100644 (file)
index 5ba3e88..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-
-# Utils static library for target
-# ========================================================
-include $(CLEAR_VARS)
-
-LOCAL_CPP_EXTENSION := .cc
-
-LOCAL_C_INCLUDES := \
-    $(LOCAL_PATH)/include \
-    $(LOCAL_PATH)/../btcore/include \
-    $(LOCAL_PATH)/../stack/include \
-    $(LOCAL_PATH)/../ \
-    $(bluetooth_C_INCLUDES)
-
-LOCAL_SRC_FILES := \
-    ./src/bt_utils.cc
-
-LOCAL_MODULE := libbt-utils
-LOCAL_MODULE_TAGS := optional
-LOCAL_MODULE_CLASS := STATIC_LIBRARIES
-
-LOCAL_CFLAGS += $(bluetooth_CFLAGS)
-LOCAL_CONLYFLAGS += $(bluetooth_CONLYFLAGS)
-LOCAL_CPPFLAGS += $(bluetooth_CPPFLAGS)
-
-include $(BUILD_STATIC_LIBRARY)