From cd4c8228bd8eaf9788df6562ea421b85dbdd7ad0 Mon Sep 17 00:00:00 2001 From: Siim Sammul Date: Mon, 13 Dec 2021 15:52:07 +0000 Subject: [PATCH] Include "generate_transaction_name" in the aidl build rules for Connectivity as otherwise method names are not visible in the collected binder latency data. Test: N/A Bug: 208515821 Change-Id: I0e6c6dcd4663f0abe473d39f7de4c718ac3fb66f --- framework/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/Android.bp b/framework/Android.bp index e765ee8bd2..028701a8cc 100644 --- a/framework/Android.bp +++ b/framework/Android.bp @@ -66,6 +66,7 @@ java_sdk_library { ":net-utils-framework-common-srcs", ], aidl: { + generate_get_transaction_name: true, include_dirs: [ // Include directories for parcelables that are part of the stable API, and need a // one-line "parcelable X" .aidl declaration to be used in AIDL interfaces.