From 7f19d841e47a478bcc08d8a3111b156d45aa0923 Mon Sep 17 00:00:00 2001
From: Stan Iliev <stani@google.com>
Date: Mon, 17 Dec 2018 11:30:48 -0500
Subject: [PATCH] Add a property used to enable Vulkan as default render
 pipeline

Test: Booted with Vulkan rendering
Change-Id: I00485c16e5a878321a699f35d28fb85834991255
---
 public/property_contexts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/public/property_contexts b/public/property_contexts
index 1533a0f28..da12ae3b1 100644
--- a/public/property_contexts
+++ b/public/property_contexts
@@ -309,6 +309,7 @@ ro.hardware.vehicle u:object_r:exported_default_prop:s0 exact string
 ro.hardware.vibrator u:object_r:exported_default_prop:s0 exact string
 ro.hardware.virtual_device u:object_r:exported_default_prop:s0 exact string
 ro.hardware.vulkan u:object_r:exported_default_prop:s0 exact string
+ro.hwui.use_vulkan u:object_r:exported_default_prop:s0 exact bool
 ro.kernel.qemu u:object_r:exported_default_prop:s0 exact bool
 ro.kernel.qemu. u:object_r:exported_default_prop:s0
 ro.kernel.android.bootanim u:object_r:exported_default_prop:s0 exact int
-- 
GitLab