sync setting for voip snd device
Bug: 144979768
Test: local
Change-Id: I268a235a1961b35008c6ad6f3a459d55d1ce3d12
Signed-off-by: yixuanjiang <yixuanjiang@google.com>
* Remove hibern8_on_idle_enable config: auto-hibern8 not support.
* Req_stats & io_stats have moved to sysfs nodes.
* Refactor ufs path by system prop name
* Remove ufs debugfs setting
Bug: 137150088
Test: run bugreport and capture dumpstate_board
Change-Id: I0f620b8f32d8315f6f02d1db980a2a2c24e4fc75
Signed-off-by: Leo Liou <leoliou@google.com>
add new firmware for new IC
Test: Verify on rt5514p chip
Bug: 143923113
Change-Id: Iae1fe1f3c43f25831c205da9d2cbb7aad1b8de61
Signed-off-by: yixuanjiang <yixuanjiang@google.com>
* changes:
Update display HAL in DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE
lito: Remove display components from manifest
Mark redbull as having overridden commands
Fix for missing vendor.display.color@1.3.so
Roll back Google lib to Android Q models v2
Bug: 143448328
Change-Id: I4f8d03cf4fcf74b47ac24975f695d9bda8e1153c
Signed-off-by: yixuanjiang <yixuanjiang@google.com>
Fix build break:
FAILED: out/target/product/***/verified_assembled_vendor_manifest.xml
...
Error: The following instances are in the device manifest but not specified in framework compatibility matrix:
vendor.display.color@1.5::IDisplayColor/default
vendor.display.config@1.10::IDisplayConfig/default
vendor.display.postproc@1.0::IDisplayPostproc/default
vendor.qti.hardware.display.composer@2.0::IQtiComposer/default
Suggested fix:
1. Check for any typos in device manifest or framework compatibility matrices with FCM version >= 3.
2. Add them to any framework compatibility matrix with FCM version >= 3 where applicable.
3. Add them to DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE or DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE.
Bug: 143047891
Bug: 143303570
Change-Id: I01eba1b44e110f1181a6cef21c453c92cef0fa6a
Move composer, allocator, mapper, and config to
LOCAL_VINTF_FRAGMENTS to remove cross-component dependency.
Fix build break:
FAILED: out/target/product/***/verified_assembled_vendor_manifest.xml
...
File "out/target/product/***/vendor/etc/vintf/manifest/vendor.qti.hardware.display.composer-service.xml" cannot be added: HAL "android.hardware.graphics.composer" has a conflict.
File "out/target/product/***/vendor/etc/vintf/manifest/vendor.qti.hardware.display.composer-service.xml" cannot be added: HAL "vendor.display.color" has a conflict.
...
Reference from QCOM aa54dcab512c199da5ce702528d277959cf31164
Bug: 143047891
Bug: 143303570
Change-Id: I959176d70251df666943e12390d9fcb2b0bd25f5
To allow turning these into errors on other devices, and incrementally
fix these issue, set BUILD_BROKEN_DUP_RULES.
Fix build break
FAILED:
build/make/core/base_rules.mk:526: error: overriding commands for target
`out/target/product/***/vendor/etc/vintf/manifest/android.hardware.graphics.mapper-impl-qti-display.xml',
previously defined at build/make/core/base_rules.mk:526
Reference from: 66ee504dad9360df5c64b2d59cba130e701686e0
Bug: 143047891
Bug: 143303570
Bug: 77611511
Change-Id: Iac3a9845b79012dcb1fd25edc109bd1c3361739b
F linker : CANNOT LINK EXECUTABLE
"/vendor/bin/hw/vendor.display.color@1.0-service": library
"vendor.display.color@1.3.so" not found
Bug: 143047891
Change-Id: I17798f955f258de6471c01356137d8b9467cdb7a
ash_logger is to enhance debug mechanism when sensor init.
To enable this debug mechanism, set persist.vendor.debug.ash.logger 1
and persist.vendor.debug.ash.logger.time to proper time.
Sensor init log will be in /data/vendor/sensor/log/.
Bug: 143451200
Test: Build and flash vendor image. Check ash_logger can work.
Change-Id: Ief84720b708e4659fbad48b82ca5d8c0b6c8bc66
Signed-off-by: Rick Chen <rickctchen@google.com>
Signed-off-by: emilchung <emilchung@google.com>
Bug: 137153284
Test: build full rom and boot-to-home test
Change-Id: I68e922c6a58c3abbe952a839ca776a48e718d4b9
Signed-off-by: Leo Liou <leoliou@google.com>