Specify version for aidl_interface explicitly
Bug: 150578172 Test: m Change-Id: Ie51caa503b6b1e5c29372b85d0357be292144126
This commit is contained in:
parent
d9cf8590cb
commit
89253240ec
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