From 38a22eebdedb81043c694b6d07329188a9c4148a Mon Sep 17 00:00:00 2001 From: Tomasz Wasilczyk Date: Thu, 19 Oct 2023 20:04:46 +0000 Subject: Don't include AIDL NDK output if not needed Bug: 302724232 Test: mma Change-Id: Ibdc5a0f58dd4adb3aaf64b9176b1b6e545318e08 --- libs/binder/tests/binderRpcTest.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/binder/tests/binderRpcTest.cpp b/libs/binder/tests/binderRpcTest.cpp index 5884dbe66f..1340ea1d2c 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 +#endif #include #include -- cgit v1.2.3-59-g8ed1b