summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-03-17 01:06:58 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-03-17 01:06:58 +0000
commit8a4887a72e43e70b3617474a426e63ae9328ac35 (patch)
treeb249c61abd349f7a66e30e998a5940470e22e6ed
parentf22772f54794049a766720c33b796e7108ee759d (diff)
parent76102037daf17053bfd2bec7705535e14a727545 (diff)
downloadlibbt-android12L-release.tar.gz
Change-Id: I91b9f2160b3fa1d6bbc33ae162d6d12c5e18d6b9
-rw-r--r--src/upio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upio.c b/src/upio.c
index 1a88e28..5050393 100644
--- a/src/upio.c
+++ b/src/upio.c
@@ -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;