Merge "AdbService sends callback on adb debugging enabled / disabled." am: 6efa908b95 am: 870e9c266b
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1775965 Change-Id: I54a60b127532a7a8ea4f20c597789362ac2eb47f
This commit is contained in:
@@ -323,6 +323,23 @@ aidl_interface {
|
||||
},
|
||||
}
|
||||
|
||||
aidl_interface {
|
||||
name: "android.debug_aidl",
|
||||
unstable: true,
|
||||
srcs: [
|
||||
"android/debug/AdbTransportType.aidl",
|
||||
"android/debug/FingerprintAndPairDevice.aidl",
|
||||
"android/debug/IAdbCallback.aidl",
|
||||
"android/debug/IAdbManager.aidl",
|
||||
"android/debug/PairDevice.aidl",
|
||||
],
|
||||
backend: {
|
||||
cpp: {
|
||||
enabled: true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
// Avoid including Parcelable classes as we don't want to have two copies of
|
||||
// Parcelable cross the libraries. This is used by telephony-common (frameworks/opt/telephony)
|
||||
// and TeleService app (packages/services/Telephony).
|
||||
|
||||
Reference in New Issue
Block a user