summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-03-21 15:26:41 +0000
committerandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-03-21 15:26:41 +0000
commit259ff546cf1f3084dc024fe61cbac62b5e8a0a31 (patch)
treeb249c61abd349f7a66e30e998a5940470e22e6ed
parentfcdf587652817147db93b5ce54175d07a09e6e09 (diff)
parent45a706e4fe96097a8367b9beb6016cb579a3281a (diff)
downloadlibbt-259ff546cf1f3084dc024fe61cbac62b5e8a0a31.tar.gz
Snap for 7224597 from 45a706e4fe96097a8367b9beb6016cb579a3281a to sdk-release
Change-Id: I5999d519e1964fdfb288ab4979212140d4530ac1
-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;