From 36ca22de4c7257442830d62013c4e45a39cc8259 Mon Sep 17 00:00:00 2001 From: wei wang Date: Sun, 29 Sep 2019 03:02:42 +0000 Subject: property: do not Use PSI monitors [4/8] PD#SWPL-13116 Problem: the cts test package is killed by lmk Solution: set Use PSI monitors disable to avoid lmk Verify: Verify it on Franklin Change-Id: I89f63a0d0c9bd859e82973579fcd58e9b35c8fb0 --- diff --git a/system.prop b/system.prop new file mode 100644 index 0000000..708c25f --- a/dev/null +++ b/system.prop @@ -0,0 +1,6 @@ +# This overrides settings in the products/generic/system.prop file +# +# rild.libpath=/system/lib/libreference-ril.so +# rild.libargs=-d /dev/ttyS0 +PRODUCT_PROPERTY_OVERRIDES += \ + ro.lmk.use_psi=false -- cgit