commit | 38a22eebdedb81043c694b6d07329188a9c4148a | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Thu Oct 19 20:04:46 2023 +0000 |
committer | Tomasz Wasilczyk <twasilczyk@google.com> | Thu Oct 19 20:08:42 2023 +0000 |
tree | 7eb2d6637dd9dfb76a21447366de80fbb27a46aa | |
parent | 5bd4fecba94f654b1437c9d8970bf65f087c8a74 [diff] [blame] |
Don't include AIDL NDK output if not needed Bug: 302724232 Test: mma Change-Id: Ibdc5a0f58dd4adb3aaf64b9176b1b6e545318e08
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>