Files
android_vendor_qcom_opensou…/debugutils/aidl/Android.bp
Gopal Krishna Shukla 6b31c2870f Add AIDL Interface for DebugUtils Service
Change-Id: I29468e77910b93f429e30da82271ba104fd05f69
2023-02-23 17:53:50 +05:30

26 lines
496 B
Plaintext

aidl_interface {
name: "vendor.qti.hardware.debugutils_aidl",
vendor_available: true,
srcs: ["vendor/qti/hardware/debugutils/*.aidl"],
stability: "vintf",
backend: {
cpp: {
enabled: false,
},
java: {
sdk_version: "module_current",
},
ndk: {
enabled: true,
},
},
versions_with_info: [
{
version: "1",
imports: [],
},
],
frozen: true,
}