summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorZheng Zhang <zhzh@google.com>2016-09-28 13:16:54 -0700
committerZheng Zhang <zhzh@google.com>2016-09-28 13:16:54 -0700
commitbf2668145c12604c89af4eb310f28e09de7eb4c9 (patch)
treedd71c9d0161127d48a29ee9a891c04bd397b300a /include
parent1f5d57f8d84e30d0c846277992e234db7b66111b (diff)
downloadlibbt-bf2668145c12604c89af4eb310f28e09de7eb4c9.tar.gz
Add empty line in vnd_sawshark.txt to fix build error
The gen-buildcfg.sh would generate vnd_buildcfg.h from vnd_sawshark.txt. If no empty line in vnd_sawshark.txt, the "#endif" would be added follow by a "#define" sentence, will lead to make error: unterminated conditional directive. Change-Id: I9e9b2047a159836a26d936ab74d6b7c50deeb1f7
Diffstat (limited to 'include')
-rw-r--r--include/vnd_sawshark.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vnd_sawshark.txt b/include/vnd_sawshark.txt
index 5713959..1f3b0ee 100644
--- a/include/vnd_sawshark.txt
+++ b/include/vnd_sawshark.txt
@@ -12,4 +12,4 @@ SCO_I2SPCM_IF_ROLE = 0
BTVND_DBG = FALSE
BTHW_DBG = FALSE
VNDUSERIAL_DBG = FALSE
-UPIO_DBG = FALSE \ No newline at end of file
+UPIO_DBG = FALSE