Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fbec5883 authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk Committed by Automerger Merge Worker
Browse files

Merge "Don't include AIDL NDK output if not needed" into main am: 377dcaa9

parents 1aae761f 377dcaa9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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>