aboutsummaryrefslogtreecommitdiff
path: root/build/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'build/BUILD.gn')
-rw-r--r--build/BUILD.gn11
1 files changed, 1 insertions, 10 deletions
diff --git a/build/BUILD.gn b/build/BUILD.gn
index c86e40764..ebebf3d66 100644
--- a/build/BUILD.gn
+++ b/build/BUILD.gn
@@ -14,18 +14,9 @@
# limitations under the License.
#
-declare_args() {
- # Include path for hardware/bluetooth.h
- libhw_include_path = ""
-}
-
config("default_include_dirs") {
- # TODO(armansito): Remove "core_include_path" once the cutils includes have
- # been removed.
- assert(libhw_include_path != "",
- "libhardware_include_path build argument wasn't provided.")
include_dirs = [
- libhw_include_path,
+ "//third_party/libhardware/include/",
]
}