libbt conf file for google gce_x86 devices am: 6e49363df5 am: a1481418aa
am: 28bf85d356

* commit '28bf85d3569a720ad7ff9dc9d9a88ea5b040b702':
  libbt conf file for google gce_x86 devices
diff --git a/vnd_buildcfg.mk b/vnd_buildcfg.mk
index 42349ba..eaa4fd3 100644
--- a/vnd_buildcfg.mk
+++ b/vnd_buildcfg.mk
@@ -1,6 +1,11 @@
 generated_sources := $(local-generated-sources-dir)
 
+# Allow external configuration file
+ifneq (,$(BOARD_CUSTOM_BT_CONFIG))
+SRC := $(BOARD_CUSTOM_BT_CONFIG)
+else
 SRC := $(call my-dir)/include/$(addprefix vnd_, $(addsuffix .txt,$(basename $(TARGET_DEVICE))))
+endif
 ifeq (,$(wildcard $(SRC)))
 # configuration file does not exist. Use default one
 SRC := $(call my-dir)/include/vnd_generic.txt