diff options
| author | codeworkx <daniel.hillenbrand@codeworkx.de> | 2017-05-31 21:52:44 +0200 |
|---|---|---|
| committer | hemantbeast <hemantbeast@gmail.com> | 2017-06-03 19:52:36 +0530 |
| commit | ba8c13a805491a3130371f6291c0297d95aa39ee (patch) | |
| tree | 79f9d72b7105a4a3a54c70836d178f86b774a2bd | |
| parent | 9f7e0299efd2f6edef3b0326ce99795ada9ca2b3 (diff) | |
s2: specify ro.vendor.extension_library
Change-Id: Id7a96dc6c70fadaa331a8be4c63fa6b0f7e2e541
| -rw-r--r-- | sepolicy/mediacodec.te | 1 | ||||
| -rw-r--r-- | system.prop | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sepolicy/mediacodec.te b/sepolicy/mediacodec.te new file mode 100644 index 0000000..57505ff --- /dev/null +++ b/sepolicy/mediacodec.te @@ -0,0 +1 @@ +allow mediacodec mpctl_socket:dir { search }; diff --git a/system.prop b/system.prop index 95a88fa..8d3d04d 100644 --- a/system.prop +++ b/system.prop @@ -62,6 +62,9 @@ persist.rild.nitz_short_ons_1="" persist.rild.nitz_short_ons_2="" persist.rild.nitz_short_ons_3="" +# Perf +ro.vendor.extension_library=libqti-perfd-client.so + # Factory Reset Protection ro.frp.pst=/dev/block/bootdevice/by-name/config |
