Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 17b4bcfc authored by bohu's avatar bohu
Browse files

drm: allow to build on 64bit only guest

Change-Id: If13e87b61c8e5efa447f494ff527478cf97175ff
parent 6bb888fe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ soong_config_module_type {

android_hardware_drm_1_0_multilib {
    name: "android.hardware.drm@1.0-multilib-lib",
    compile_multilib: "32",
    compile_multilib: "prefer32",
    soong_config_variables: {
        TARGET_ENABLE_MEDIADRM_64: {
            compile_multilib: "both",
@@ -56,7 +56,7 @@ android_hardware_drm_1_0_multilib {

android_hardware_drm_1_0_multilib {
    name: "android.hardware.drm@1.0-multilib-exe",
    compile_multilib: "32",
    compile_multilib: "prefer32",
    soong_config_variables: {
        TARGET_ENABLE_MEDIADRM_64: {
            compile_multilib: "first",