commit | c5ffb8b1461938b73d077f77fd0988f6860a2295 | [log] [tgz] |
---|---|---|
author | hashimoto <[email protected]> | Wed Mar 09 03:19:31 2016 |
committer | Commit bot <[email protected]> | Wed Mar 09 03:21:46 2016 |
tree | cf6fb4f1463c38d8b794a559e344e8c21d180520 | |
parent | 29f95615c5159c23bb5227d035daa9b90a580c0a [diff] [blame] |
Always build binder code Regardless of use_binder's value, build binder code. Tests are still built only when use_binder==1. BUG=563282 Review URL: https://codereview.chromium.org/1563263004 Cr-Commit-Position: refs/heads/master@{#380049}
diff --git a/chromeos/binder/transaction_data_from_driver.h b/chromeos/binder/transaction_data_from_driver.h index c2a248f..0ddf43f 100644 --- a/chromeos/binder/transaction_data_from_driver.h +++ b/chromeos/binder/transaction_data_from_driver.h
@@ -7,13 +7,11 @@ #include <stddef.h> #include <stdint.h> -#include <sys/types.h> - -#include <linux/android/binder.h> #include "base/callback.h" #include "base/macros.h" #include "base/memory/ref_counted.h" +#include "chromeos/binder/binder_driver_api.h" #include "chromeos/binder/transaction_data.h" #include "chromeos/chromeos_export.h"