Skip to content

Commit

Permalink
Snap for 7213287 from c78aeab to tm-release
Browse files Browse the repository at this point in the history
Change-Id: I8ffb5b365722bf0553557c5164af53b9678bf413
  • Loading branch information
android-build-team Robot committed Mar 17, 2021
2 parents b26d5a1 + c78aeab commit 28c1c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/upio.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ static int is_emulator_context(void)
{
char value[PROPERTY_VALUE_MAX];

property_get("ro.kernel.qemu", value, "0");
property_get("ro.boot.qemu", value, "0");
UPIODBG("is_emulator_context : %s", value);
if (strcmp(value, "1") == 0) {
return 1;
Expand Down

0 comments on commit 28c1c5a

Please sign in to comment.