OSDN Git Service

Fix parser for BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR
authorJack He <siyuanh@google.com>
Thu, 19 Jan 2017 01:14:08 +0000 (17:14 -0800)
committerMyles Watson <mylesgw@google.com>
Thu, 19 Jan 2017 03:15:01 +0000 (03:15 +0000)
commita643b5b0df2b4a71cd27f91ce704556be3a4b300
tree7cbe09a08a020dbc433229e772077e2f70e45975
parente2eeff4f7f149c59ea8cb67392f287317f40f9bd
Fix parser for BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR

* Current parser does not support multi-directory lists, which may cause
  a build failure if BoardConfig.mk defines one.
* This CL splits the list of directories using whitespace and adds them
  individually to the include list

Bug: 34396100
Test: Code compilation, no user visible effect
Change-Id: I59e901d76d1bc20f50b54941a3007c5521ded214
build/fluoride.go