-Load blank init.logging.rc for user build
-Start SMLoging after PerMgr service running
-Change SMLoging location to /vendor/bin
Test: Verified in device by manually trigger SMLog
Change-Id: I622106e7a8023770bbe5ea4224ce2905c2647768
Creating a common script for M/W which would copied into target's
root as init.muskie.usb.rc or init.walleye.usb.rc. We can extend
this another level deeper if required.
Bug: 31947358
Change-Id: Ie10248ac4ba0f97c32de8758c89bd9b893615cda
This switches this device from monolithic to split sepolicy.
Test: Device boots, dmesg says "SELinux: Loaded policy from
/vendor/etc/selinux/precompiled_sepolicy" which means split
SELinux policy is being used.
Bug: 35809750
Change-Id: I3bac7306313a0688eb80ee858a051282657919cd
This fixes issue that Muskie/Walleye is not using their device specific
configs for audio.
Change-Id: I9175a2c6092e27d4b8640b242d68551280860180
Signed-off-by: David Lin <dtwlin@google.com>
[mixer_paths]
1.modify camcorder for WNR function
[audio_platform_info]
1.modify device name ID for used scenario
Change-Id: I0415196d420962c8f509f6216126665aa12ad992
Signed-off-by: jasmine cha <jasmine_cha@htc.com>
-allow rild to use HTC proprietary QMI
-set sanpshot timer to 3 second
-not power down SIM during APM
-set ims property for VoLTE/VT/VoWLAN
-enable WPS feature
-limit the DSD indication during screen off
bug:34210655
Change-Id: I17c8a38a51d4f5c2747670cf04be740e27a0474c
Author tim.tm_lin <tim.tm_lin@htc.com>
Initially muskie opted-out of camera Treble enable due to other
bringup instability. Now that things are looking more stable, enable
passthrough mode.
Add the wrapper libraries for legacy camera HAL, and remove the
disable setprop.
Test: Manual camera app use, camera CTS don't seem to regress.
Bug: 32991422
Change-Id: I84c813c433c74afce64308414a597097b6f98e58
Enable sensors hal support for hidl passthrough mode.
Test: Ensure sensors stream in passthrough mode.
Change-Id: I70aa1293e7469ebb889c37acc3ea8ed849b19d82
Install the touch driver kernel modules to muskie vendor image and
insert them once filesystem is ready. Also enable insmod sepolicy for
init process.
Bug: 32574003
Change-Id: I2ad9969816e5ebd98b53d07bd3b55c533b8997b2
Signed-off-by: David Lin <dtwlin@google.com>
On some platforms, it sometimes takes a longer than expected time for
the codec to be registered after a firmware download. This patch
increases the number of retries to accommodate the long wait time.
Bug: 34620515
Test: audio playback and record on Muskie and Walleye
Change-Id: I63e952db9b59a8bab35a899d110a329930b4525c
Signed-off-by: David Lin <dtwlin@google.com>
Device specific system.prop file has to be resided under the
TARGET_DEVICE_DIR folder, or else its location has to be specified using
the TARGET_SYSTEM_PROP build bariable.
Test: build, flash & getprop
Change-Id: I4cf062fe8136305710b3ebc3339ff52fe57fae18
Signed-off-by: David Lin <dtwlin@google.com>