summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-03-17 02:26:29 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-03-17 02:26:29 +0000
commit74f2024c7dc59bef3fee2c98182153bd64a8f27e (patch)
treeb249c61abd349f7a66e30e998a5940470e22e6ed
parent9ea05ba93612aad69a2f3c708ba66a600b9babe1 (diff)
parent9fe67cc826cec5eaec1b5187a3299e5a7dd59b97 (diff)
downloadlibbt-android12-gsi.tar.gz
Snap for 7213262 from 76102037daf17053bfd2bec7705535e14a727545 to sc-release am: 9fe67cc826android12-gsi
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/broadcom/libbt/+/13892958 Change-Id: I7d4fc5c15de4c5fee1ccacb9b30dbe81cba271e4
-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;