Work around fix for "libvtswidevine32.so" not found am: 720b897783
am: 98b3d5abbc
am: 3f9be0a0ac
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2762345 Change-Id: Iaf7a003fda3777e16120210775f53ffaea675473 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
e4a86a3a09
1 changed files with 2 additions and 2 deletions
|
@ -59,13 +59,13 @@ cc_test {
|
|||
data: [":libvtswidevine-arm-prebuilts"],
|
||||
},
|
||||
arm64: {
|
||||
data: [":libvtswidevine-arm64-prebuilts"],
|
||||
data: [":libvtswidevine-arm64-prebuilts", ":libvtswidevine-arm-prebuilts"],
|
||||
},
|
||||
x86: {
|
||||
data: [":libvtswidevine-x86-prebuilts"],
|
||||
},
|
||||
x86_64: {
|
||||
data: [":libvtswidevine-x86_64-prebuilts"],
|
||||
data: [":libvtswidevine-x86_64-prebuilts", ":libvtswidevine-x86-prebuilts"],
|
||||
},
|
||||
},
|
||||
test_suites: [
|
||||
|
|
Loading…
Reference in a new issue