Merge "Populate all other emulator properties as ro.boot.qemu.*" am: 6463f60a56 am: 07d6796b6f
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1661935 Change-Id: I04684ff7ae4d36cb1f284ce8e1c0da0eefdcba2e
This commit is contained in:
commit
2915bc3bc8
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…
Add table
Reference in a new issue