mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 16:30:57 +00:00
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: I2920408b56b966022f5542f48ae33beca1e9c753 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -59,13 +59,13 @@ cc_test {
|
|||||||
data: [":libvtswidevine-arm-prebuilts"],
|
data: [":libvtswidevine-arm-prebuilts"],
|
||||||
},
|
},
|
||||||
arm64: {
|
arm64: {
|
||||||
data: [":libvtswidevine-arm64-prebuilts"],
|
data: [":libvtswidevine-arm64-prebuilts", ":libvtswidevine-arm-prebuilts"],
|
||||||
},
|
},
|
||||||
x86: {
|
x86: {
|
||||||
data: [":libvtswidevine-x86-prebuilts"],
|
data: [":libvtswidevine-x86-prebuilts"],
|
||||||
},
|
},
|
||||||
x86_64: {
|
x86_64: {
|
||||||
data: [":libvtswidevine-x86_64-prebuilts"],
|
data: [":libvtswidevine-x86_64-prebuilts", ":libvtswidevine-x86-prebuilts"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
test_suites: [
|
test_suites: [
|
||||||
|
|||||||
Reference in New Issue
Block a user