commit | 1df4282846ee089bd7eb31962731b0c1932cad90 | [log] [tgz] |
---|---|---|
author | Zim <zezeozue@google.com> | Mon Sep 05 15:32:31 2022 +0100 |
committer | Zim <zezeozue@google.com> | Mon Sep 05 15:34:49 2022 +0100 |
tree | 432f63e645e740a2dc9b641d70e27a178af383b6 | |
parent | ec6c073aed281ce50cdd0f38b0f9f4e247109700 [diff] |
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
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp index 5dca468..f5f9c49 100644 --- a/libs/binder/Android.bp +++ b/libs/binder/Android.bp
@@ -485,6 +485,9 @@ java: { enabled: false, }, + cpp: { + gen_trace: false, + }, }, }