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: I3a9ae6e17e49c731e825ef00b9b9574c3f2e2719
This commit is contained in:
@@ -51,9 +51,9 @@ cc_defaults {
|
||||
static_libs: [
|
||||
"libbase",
|
||||
"libext2_uuid",
|
||||
"libdataloader_aidl-cpp",
|
||||
"libincremental_aidl-cpp",
|
||||
"libincremental_manager_aidl-cpp",
|
||||
"libdataloader_aidl-unstable-cpp",
|
||||
"libincremental_aidl-unstable-cpp",
|
||||
"libincremental_manager_aidl-unstable-cpp",
|
||||
"libprotobuf-cpp-lite",
|
||||
"service.incremental.proto",
|
||||
"libutils",
|
||||
|
||||
Reference in New Issue
Block a user