widevine: allows to build service on 64bit only guest
BUG: 177228019
Change-Id: I0181dcc355e706dd923f940018821fcae244a941
Merged-In: I0181dcc355e706dd923f940018821fcae244a941
(cherry picked from commit 8d723e7b8c)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user