commit | d63ed9d29a9ac223d3beb1d6417f691b53d5830c | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Sep 04 18:15:25 2019 -0700 |
committer | Steven Moreland <smoreland@google.com> | Thu Sep 05 09:10:29 2019 -0700 |
tree | 16f62569895f2b61f35dbef5a209b6adcf38d28a | |
parent | 0bc2361309d705f8c7f7766f1912fd0f7035d199 [diff] [blame] |
libbinder: stop exporting kernel headers Bug: 124524556 Test: build only Change-Id: Iab9cf62dc413c728e2cf0bccb909377a03760e25
diff --git a/libs/binder/tests/binderLibTest.cpp b/libs/binder/tests/binderLibTest.cpp index 5f8887b..eaca493 100644 --- a/libs/binder/tests/binderLibTest.cpp +++ b/libs/binder/tests/binderLibTest.cpp
@@ -28,6 +28,7 @@ #include <binder/IPCThreadState.h> #include <binder/IServiceManager.h> +#include <private/binder/binder_module.h> #include <sys/epoll.h> #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])