aboutsummaryrefslogtreecommitdiff
path: root/rootdir/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'rootdir/Android.mk')
-rw-r--r--rootdir/Android.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/rootdir/Android.mk b/rootdir/Android.mk
index c7b6f0a..22f2f4b 100644
--- a/rootdir/Android.mk
+++ b/rootdir/Android.mk
@@ -18,6 +18,14 @@ LOCAL_SRC_FILES := bin/init.wlan.sh
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_EXECUTABLES)
include $(BUILD_PREBUILT)
+include $(CLEAR_VARS)
+LOCAL_MODULE := init.bt.sh
+LOCAL_MODULE_TAGS := optional eng
+LOCAL_MODULE_CLASS := ETC
+LOCAL_SRC_FILES := bin/init.bt.sh
+LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_EXECUTABLES)
+include $(BUILD_PREBUILT)
+
# Common init scripts
include $(CLEAR_VARS)