Add '-unstable' to solve ODR violation
The interface which is imported by an unstable interface is 'unstable' as well. Until now, the ODR violation checker in aidl has omitted an interface imported, but it will be checked, accordingly, fix the current problem Bug: 146436251 Test: m nothing Change-Id: Id3c4bbc9149ba7c3e0a0d728026f02f60cb17424 Merged-In: Id3c4bbc9149ba7c3e0a0d728026f02f60cb17424 Exempt-From-Owner-Approval: cp from internal
This commit is contained in:
parent
3d1b6ac7c0
commit
f8f374a381
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ cc_library_static {
|
||||||
export_aidl_headers: true,
|
export_aidl_headers: true,
|
||||||
},
|
},
|
||||||
whole_static_libs: [
|
whole_static_libs: [
|
||||||
"libincremental_aidl-cpp",
|
"libincremental_aidl-unstable-cpp",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue