Merge "Populate all other emulator properties as ro.boot.qemu.*
"
This commit is contained in:
commit
6463f60a56
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue