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

Commit bcc7946e authored by Roman Kiryanov's avatar Roman Kiryanov
Browse files

Populate all other emulator properties as `ro.boot.qemu.*`



Bug: 182291166
Test: getprop | grep "ro\.boot\.qemu\."
Signed-off-by: default avatarRoman Kiryanov <rkir@google.com>
Change-Id: I0d2a4a9edd87999b35fac8496e9cda93fc7d0cf1
parent 527cdd46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1176,7 +1176,7 @@ static std::string RemapEmulatorPropertyName(const std::string_view qemu_key) {
    } else if (qemu_key == "media.ccodec"sv) {
        return "debug.stagefright.ccodec"s;
    } else {
        return ""s;  // TBD
        return "qemu."s + std::string(qemu_key);
    }
}