Both packages are required for WFD display or it will crash and display the following:
E AndroidRuntime: FATAL EXCEPTION: binder:13993_3
E AndroidRuntime: Process: com.qualcomm.wfd.service:wfd_service, PID: 13993
E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: library "vendor.qti.hardware.display.config-V5-ndk.so" not found: needed by /system_ext/lib64/libwfddisplayconfig.so in namespace clns-shared-4
E AndroidRuntime: at java.lang.Runtime.loadLibrary0(Runtime.java:1081)
E AndroidRuntime: at java.lang.Runtime.loadLibrary0(Runtime.java:1003)
E AndroidRuntime: at java.lang.System.loadLibrary(System.java:1765)
E AndroidRuntime: at com.qualcomm.wfd.WFDSession.<clinit>(WFDSession.java:56)
E AndroidRuntime: at com.qualcomm.wfd.service.SessionManagerService.setDeviceType(SessionManagerService.java:220)
E AndroidRuntime: at com.qualcomm.wfd.service.ISessionManagerService$Stub.onTransact(ISessionManagerService.java:651)
E AndroidRuntime: at android.os.Binder.execTransactInternal(Binder.java:1505)
E AndroidRuntime: at android.os.Binder.execTransact(Binder.java:1444)
F linker : CANNOT LINK EXECUTABLE "/system_ext/bin/wfdservice": library "android.media.audio.common.types-V2-cpp.so" not found: needed by /system_ext/lib/libwfdservice.so in namespace (default)
- vendor.qti.hardware.wifi.keystore is no longer used:
* We build full Wi-Fi HAL from (AOSP) source.
- vendor.qti.hardware.sigma_miracast is no longer used:
* (It seems) Wi-Fi Display doesn't need this to be working.
Fix missing WFD permissions file after the WFD update introduced by
commit 1b61c7b ("sdm710-common: Update WFD system stack from T
blobs").
Fixes: 1b61c7b ("sdm710-common: Update WFD system stack from T blobs")
Qcom has issues that prevent it from working with a hermetic
partition build.
Bug: 205632228
Test: Presubmits
Change-Id: I490a29da38a6f68e7dd3650d8140cb11adaa8c7a
Switch and SwitchCompat are both CompoundButton.
Using CompoundButton in Java will helps migration in the future.
Bug: 306658427 | AOSP
Test: manual - check Settings pages
Test: m RunSettingsLibRoboTests
Change-Id: I85a70d4c504d8584030ea4a058f30d74206ab835
Commit 73fdae1 ("sdm710-common: Inherit common partition reserved sizes")
commonized partition reserved sizes but this is valid only for SSI partitions because
vendor/lineage/config/BoardConfigReservedSize.mk does not define partition
reservations for treble partitions. Partially revert the mentioned commit to restore
reservations for vendor and odm partitions.
Change-Id: I28855102cf9f0f35be8438a7a0b9c05870b3b554
Pyxis and vela is switching to OSS audio HAL and stops shipping prebuilt
audio extensions. Build them from source.
Change-Id: I060f9355d2ef4f85e30bc04886f7565c7577bc6c
Add audio amplifier HAL for TAS2562 codec used by pyxis and vela.
Implementation is based on reversely-engineered stock audio HAL.
Change-Id: I6d7daa636b632c8a12af09b09cece78042449353