From 8248d9b262b6e17387482741a6fb22a2599566cc Mon Sep 17 00:00:00 2001
From: Chong Zhang <chz@google.com>
Date: Thu, 6 Sep 2018 18:24:08 -0700
Subject: [PATCH] add a property to allow thumbnailer to use hw codecs

bug: 113609172
Change-Id: Ifff91630c3622661139ff27f25932258802cb082
---
 public/property_contexts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/public/property_contexts b/public/property_contexts
index 6a271a1f8..9dd65011b 100644
--- a/public/property_contexts
+++ b/public/property_contexts
@@ -66,6 +66,7 @@ drm.service.enabled u:object_r:exported3_default_prop:s0 exact bool
 keyguard.no_require_sim u:object_r:exported3_default_prop:s0 exact bool
 media.recorder.show_manufacturer_and_model u:object_r:exported3_default_prop:s0 exact bool
 media.stagefright.cache-params u:object_r:exported3_default_prop:s0 exact string
+media.stagefright.thumbnail.prefer_hw_codecs u:object_r:exported3_default_prop:s0 exact bool
 persist.bluetooth.a2dp_offload.cap u:object_r:bluetooth_a2dp_offload_prop:s0 exact string
 persist.bluetooth.a2dp_offload.disabled u:object_r:bluetooth_a2dp_offload_prop:s0 exact bool
 persist.config.calibration_fac u:object_r:exported3_default_prop:s0 exact string
-- 
GitLab