summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTri Vo <trong@google.com>2017-06-27 11:26:36 -0700
committerSteven Moreland <smoreland@google.com>2017-09-05 17:43:16 -0700
commitb355e842e0e4725699cde0af906b61eb2cbe7e68 (patch)
tree782270b8d60e62135d5d1e6425750c6c28139a60
parent5bf2109d29d14c6e12fea02df12fc4b871149ec5 (diff)
downloadlibhardware-b355e842e0e4725699cde0af906b61eb2cbe7e68.tar.gz
Build vibrator.default.vendor with BOARD_VNDK_VERSION
Bug: 37342627 Test: BOARD_VNDK_VERSION=current m -j64 vibrator.default.vendor Change-Id: I908432b4da9ea1f0e1ceea3e0b154f315a9ba775 Merged-In: I908432b4da9ea1f0e1ceea3e0b154f315a9ba775
-rw-r--r--modules/vibrator/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/vibrator/Android.bp b/modules/vibrator/Android.bp
index 3c4aebf2..fdbfd611 100644
--- a/modules/vibrator/Android.bp
+++ b/modules/vibrator/Android.bp
@@ -19,7 +19,7 @@ cc_library_shared {
// hw/<VIBRATOR_HARDWARE_MODULE_ID>.default.so
relative_install_path: "hw",
proprietary: true,
- include_dirs: ["hardware/libhardware"],
+ header_libs: ["libhardware_headers"],
srcs: ["vibrator.c"],
shared_libs: ["liblog"],
}