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

Commit 82ae7eb4 authored by Bo Hu's avatar Bo Hu Committed by Gerrit Code Review
Browse files

Merge "drm: allow to build on 64bit only guest"

parents 0d59cbdb 17b4bcfc
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",