Fork from pix106's tree
Find a file
Wang Han d59d080f62 wayne-common: ueventd: Don't modify permissions of /dev/hw_random
This addresses an underlying problem since /dev/hw_random is used. The
issue is that EntropyMixer, which runs in system_server, needs to read
from /dev/hw_random, but thanks to our qualcomm ueventd, EntropyMixer
can never accress this node, resulting in warnings like this:

W EntropyMixer: Failed to add HW RNG output to entropy pool
W EntropyMixer: java.io.FileNotFoundException: /dev/hw_random (Permission denied)

AOSP ueventd handles this well, so just remove this line to get things
back to stage. This issue was never exposed because Google derps the
logging here, which is already fixed on Pie.

c78a463e87

Change-Id: I42c9aaa8f57306536e51c0a17febad57a5a77581
2019-07-01 14:15:05 +02:00
audio wayne-common: audio: Add dynamics processing support 2019-07-01 14:15:04 +02:00
biometrics wayne-common: rootdir: Add 'vendor.' prefix to a vendor HAL service name 2019-07-01 14:15:04 +02:00
bluetooth wayne: Undef BTM_DEF_LOCAL_NAME 2018-07-19 00:01:07 +00:00
configs wayne-common: Add public.libraries.txt 2018-12-05 00:36:35 +08:00
data-ipa-cfg-mgr wayne: ipacm: Fix memory leaks 2018-07-19 00:01:07 +00:00
doze wayne: Import XiaomiDoze from msm8996-common 2018-07-13 00:03:17 +00:00
gps wayne: Fix android.hardware.gnss@1.0-service-qti 2018-09-05 00:00:08 +00:00
idc wayne: Initial bringup 2018-07-13 00:01:25 +00:00
init wayne-common: Adapt libinit for wayne 2018-12-02 11:02:30 +08:00
keylayout wayne: Initial bringup 2018-07-13 00:01:25 +00:00
libhidl wayne: Build separate system and vendor hidl libs 2018-07-19 00:01:07 +00:00
light wayne-common: rootdir: Add 'vendor.' prefix to a vendor HAL service name 2019-07-01 14:15:04 +02:00
overlay wayne-common: overlay: Enable ACS and 11ac for softap operations 2019-07-01 14:15:04 +02:00
overlay-lineage wayne: overlay-lineage: Enable call recording 2018-08-20 00:00:19 +00:00
rootdir wayne-common: ueventd: Don't modify permissions of /dev/hw_random 2019-07-01 14:15:05 +02:00
seccomp Added syscall to media extractor policy 2017-10-27 05:14:51 -07:00
sensors wayne: Initial bringup 2018-07-13 00:01:25 +00:00
sepolicy wayne-common: rootdir: Remove sensors init shell script 2019-07-01 14:15:04 +02:00
wifi wayne: Initial bringup 2018-07-13 00:01:25 +00:00
Android.mk wayne-common: Apply jasmine rebrand 2018-12-07 23:37:06 +08:00
BoardConfigCommon.mk wayne-common: wifi: Enable WIFI_HIDL_FEATURE_DUAL_INTERFACE 2019-07-01 14:15:04 +02:00
compatibility_matrix.xml wayne: Initial bringup 2018-07-13 00:01:25 +00:00
config.fs wayne-common: Add vendor_ prefix for our custom AIDs 2018-12-08 05:24:54 +00:00
extract-files.sh wayne-common: Convert into common tree 2018-12-02 11:02:30 +08:00
lineage.dependencies wayne-common: Convert into common tree 2018-12-02 11:02:30 +08:00
manifest.xml wayne-common: target FCM version = 2 2019-07-01 14:15:04 +02:00
proprietary-files.txt wayne-common: Convert into common tree 2018-12-02 11:02:30 +08:00
README.md wayne-common: Convert into common tree 2018-12-02 11:02:30 +08:00
setup-makefiles.sh wayne-common: Apply jasmine rebrand 2018-12-07 23:37:06 +08:00
vendor.prop wayne-common: Decommonize vendor security patch level 2018-12-02 11:02:30 +08:00
wayne.mk wayne-common: Update textclassifier package name for P 2019-07-01 14:15:05 +02:00

This repository contains common device configuration for Xiaomi wayne-based devices

#
# Copyright (C) 2018 The LineageOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#