Merge "Populate all other emulator properties as ro.boot.qemu.*"

This commit is contained in:
Treehugger Robot 2021-04-01 22:39:55 +00:00 committed by Gerrit Code Review
commit 6463f60a56

View file

@ -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);
}
}