widevine: allows to build service on 64bit only guest am: f225e9876e

Original change: https://googleplex-android-review.googlesource.com/c/platform/vendor/widevine/+/13418915

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I04b8a96fad6d81a7e64a12cfb563fddd92484103
This commit is contained in:
bohu
2021-01-27 21:58:52 +00:00
committed by Automerger Merge Worker

View File

@@ -58,7 +58,7 @@ soong_config_module_type {
common_widevine_service {
name: "common_widevine_service-multilib-both",
compile_multilib: "32",
compile_multilib: "prefer32",
soong_config_variables: {
TARGET_ENABLE_MEDIADRM_64: {
compile_multilib: "both",
@@ -68,7 +68,7 @@ common_widevine_service {
common_widevine_service {
name: "common_widevine_service-multilib-first",
compile_multilib: "32",
compile_multilib: "prefer32",
soong_config_variables: {
TARGET_ENABLE_MEDIADRM_64: {
compile_multilib: "first",