Fork from pix106's tree
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.
|
||
---|---|---|
audio | ||
biometrics | ||
bluetooth | ||
configs | ||
data-ipa-cfg-mgr | ||
doze | ||
gps | ||
idc | ||
init | ||
keylayout | ||
libhidl | ||
light | ||
overlay | ||
overlay-lineage | ||
rootdir | ||
seccomp | ||
sensors | ||
sepolicy | ||
wifi | ||
Android.mk | ||
BoardConfigCommon.mk | ||
compatibility_matrix.xml | ||
config.fs | ||
extract-files.sh | ||
lineage.dependencies | ||
manifest.xml | ||
proprietary-files.txt | ||
README.md | ||
setup-makefiles.sh | ||
vendor.prop | ||
wayne.mk |
This repository contains common device configuration for Xiaomi wayne-based devices
Copyright
#
# 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.
#