Include "generate_transaction_name" in the aidl build rules for am: cd4c8228bd

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1918669

Change-Id: I40bb8fa0ba1de9804b692318bae113e20e87493e
This commit is contained in:
Siim Sammul
2022-01-07 11:54:52 +00:00
committed by Automerger Merge Worker

View File

@@ -66,6 +66,7 @@ java_sdk_library {
":net-utils-framework-common-srcs", ":net-utils-framework-common-srcs",
], ],
aidl: { aidl: {
generate_get_transaction_name: true,
include_dirs: [ include_dirs: [
// Include directories for parcelables that are part of the stable API, and need a // 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. // one-line "parcelable X" .aidl declaration to be used in AIDL interfaces.