commit | 377dcaa9c5941fc55b7aa330a319d6b04512cae5 | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Sat Oct 21 02:55:10 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Oct 21 02:55:10 2023 +0000 |
tree | d9c8458ad13c5e02a6a1967c961b87e24386862a | |
parent | eafadb3b873bc639017459e67b24debada9d9961 [diff] | |
parent | 38a22eebdedb81043c694b6d07329188a9c4148a [diff] |
Merge "Don't include AIDL NDK output if not needed" into main
diff --git a/libs/binder/tests/binderRpcTest.cpp b/libs/binder/tests/binderRpcTest.cpp index 5884dbe..1340ea1 100644 --- a/libs/binder/tests/binderRpcTest.cpp +++ b/libs/binder/tests/binderRpcTest.cpp
@@ -14,7 +14,10 @@ * limitations under the License. */ +#ifndef __ANDROID_VENDOR__ +// only used on NDK tests outside of vendor #include <aidl/IBinderRpcTest.h> +#endif #include <android-base/stringprintf.h> #include <chrono>