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

Commit 17c3eb5b authored by Keun Soo Yim's avatar Keun Soo Yim Committed by Android (Google) Code Review
Browse files

Merge "use 32-bit soundtrigger libs for its coverage measurement"

parents a24f92a6 44bd1163
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -3,35 +3,35 @@
    "coverage": true,
    "modules": [
        {
            "module_name": "system/lib64/hw/sound_trigger.primary.bullhead",
            "module_name": "system/lib/hw/sound_trigger.primary.bullhead",
            "git_project": {
                "name": "platform/vendor/lge/bullhead",
                "path": "vendor/lge/bullhead"
            },
        },
        {
            "module_name": "system/lib64/hw/sound_trigger.primary.angler",
            "module_name": "system/lib/hw/sound_trigger.primary.angler",
            "git_project": {
                "name": "platform/vendor/huawei/angler",
                "path": "vendor/huawei/angler"
            },
        },
        {
            "module_name": "system/lib64/hw/sound_trigger.primary.marlin",
            "module_name": "system/lib/hw/sound_trigger.primary.marlin",
            "git_project": {
                "name": "platform/vendor/google_devices/marlin",
                "path": "vendor/google_devices/marlin"
            },
        },
        {
            "module_name": "system/lib64/hw/sound_trigger.primary.sailfish",
            "module_name": "system/lib/hw/sound_trigger.primary.sailfish",
            "git_project": {
                "name": "platform/vendor/google_devices/marlin",
                "path": "vendor/google_devices/marlin"
            },
        },
        {
            "module_name": "system/lib64/hw/android.hardware.soundtrigger@2.0-impl",
            "module_name": "system/lib/hw/android.hardware.soundtrigger@2.0-impl",
            "git_project": {
                "name": "platform/hardware/interfaces",
                "path": "hardware/interfaces"