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>
Until we can test the current state of muskie, do not switch over
to the new Treble path.
Test: None yet
Bug: 34626249
Change-Id: Ia0e63d0bd42cc7d53ea08601d0f388de005c21d5
ADDITIONAL_DEFAULT_PROPERTIES should be replaced with
PRODUCT_DEFAULT_PROPERTY_OVERRIDES.
Test: building succeeded.
Bug: 34211489
Change-Id: Ibde61de0796734a18911637162eee8c3e1ec1fea
Fixes sepolicy labeling and capabilities now that vendor is not part of system
image anymore.
Change-Id: Ic1529990b18779bddeeffeb4cd69b6cdfb84a62b
Signed-off-by: Thierry Strudel <tstrudel@google.com>