From 1df4282846ee089bd7eb31962731b0c1932cad90 Mon Sep 17 00:00:00 2001 From: Zim Date: Mon, 5 Sep 2022 15:32:31 +0100 Subject: Disable aidl tag tracing in libbinder_aidl_test_stub This is blocking presubmit and it's unclear why. Given it's a test target, should be fine to disable aidl tag tracing anyways Test: m Bug: 161393989 Change-Id: I9ad382aaa9ddd5f3974ccf0ca352bdff7ca3bc7a --- libs/binder/Android.bp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp index 5dca468f35..f5f9c49734 100644 --- a/libs/binder/Android.bp +++ b/libs/binder/Android.bp @@ -485,6 +485,9 @@ aidl_interface { java: { enabled: false, }, + cpp: { + gen_trace: false, + }, }, } -- cgit v1.2.3-59-g8ed1b