Merge "Specify version for aidl_interface explicitly" am: 8e10f698ef
Original change: https://android-review.googlesource.com/c/platform/system/vold/+/1560413 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I3038929c8745731c9292540e846d6ca34de7cdb7
This commit is contained in:
commit
5f6d86597e
1 changed files with 3 additions and 3 deletions
|
@ -90,7 +90,7 @@ cc_library_static {
|
|||
export_aidl_headers: true,
|
||||
},
|
||||
whole_static_libs: [
|
||||
"libincremental_aidl-unstable-cpp",
|
||||
"libincremental_aidl-cpp",
|
||||
],
|
||||
}
|
||||
|
||||
|
@ -163,7 +163,7 @@ cc_library_static {
|
|||
},
|
||||
shared_libs: [
|
||||
"android.hardware.health.storage@1.0",
|
||||
"android.hardware.health.storage-unstable-ndk_platform",
|
||||
"android.hardware.health.storage-V1-ndk_platform",
|
||||
"libbinder_ndk",
|
||||
],
|
||||
whole_static_libs: [
|
||||
|
@ -194,7 +194,7 @@ cc_binary {
|
|||
|
||||
shared_libs: [
|
||||
"android.hardware.health.storage@1.0",
|
||||
"android.hardware.health.storage-unstable-ndk_platform",
|
||||
"android.hardware.health.storage-V1-ndk_platform",
|
||||
"libbinder_ndk",
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in a new issue