diff options
author | 2021-03-17 16:09:12 +0000 | |
---|---|---|
committer | 2021-03-17 16:09:12 +0000 | |
commit | 83a6070d1238dee10c7af0472a873f542f0b52ef (patch) | |
tree | 93907d028cae161b9307d94cff32d70831285440 /libs/hwui/Properties.h | |
parent | dc8f8d8b6948f7b3a671bf73e9adbd8b529005f4 (diff) | |
parent | de535f6eb27b453d0cd0ff78751ddfd4a06fb7b3 (diff) |
Merge "Use `ro.boot.qemu` to check if the device is an emulator" am: 62d82e0b33 am: 4ba8fde9ba am: de535f6eb2
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1625662
Change-Id: Ia613c23fb779697882f9928b15684fb1ff97e9cd
Diffstat (limited to 'libs/hwui/Properties.h')
-rw-r--r-- | libs/hwui/Properties.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Properties.h b/libs/hwui/Properties.h index dcb79babad24..42aa87b492e2 100644 --- a/libs/hwui/Properties.h +++ b/libs/hwui/Properties.h @@ -160,7 +160,7 @@ enum DebugLevel { /** * Property for whether this is running in the emulator. */ -#define PROPERTY_QEMU_KERNEL "ro.kernel.qemu" +#define PROPERTY_IS_EMULATOR "ro.boot.qemu" /////////////////////////////////////////////////////////////////////////////// // Misc |