Merge "Populate all other emulator properties as `ro.boot.qemu.*`" am: 6463f60a56
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1661935 Change-Id: I5f681da5562f9922ec5e1a57f3ec18f969135df9
This commit is contained in:
commit
07d6796b6f
|
@ -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 New Issue