From 517c1a2b76314dc81114fc4707329d40032838cc Mon Sep 17 00:00:00 2001 From: Jaekyun Seok Date: Tue, 27 Feb 2018 15:01:11 +0900 Subject: [PATCH] Move the default value of persist.traced.enable to system partition (2/2) persist.traced.enable isn't related to hardware, and so the default value should exist in system partition. Bug: 73905119 Test: succeeded building and test with walleye Change-Id: I65044f3522e69805da3092f4fef63996384c0806 --- device-walleye.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-walleye.mk b/device-walleye.mk index 9a6f4fc..996d044 100644 --- a/device-walleye.mk +++ b/device-walleye.mk @@ -40,6 +40,6 @@ PRODUCT_PROPERTY_OVERRIDES += \ ro.hwui.path_cache_size=16 # Enable Perfetto traced -PRODUCT_PROPERTY_OVERRIDES += \ +PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ persist.traced.enable=1