ace 2 pro
The kernel_manifest README.md tells me to build the kernel with ./kernel_platform/oplus/build/oplus_build_kernel.sh kalama gki, but when this command finishes, there is no file called out/dist/wcd938x_slave_dlkm.so, which is included in the OTA vendor_dlkm.img/lib/modules/wcd937x_slave_dlkm.ko
The file vendor/qcom/opensource/audio-kernel/Android.mk seems to be only building this file for a board called "bengal":
ifneq ($(call is-board-platform-in-list, bengal),true)
Is this a bug, or should the kernel for kalama be built differently?
Grepping the device tree for wcd938 shows that this chip is present in the phone.
camera.ko also does not seem to get built
ace 2 pro
The kernel_manifest README.md tells me to build the kernel with
./kernel_platform/oplus/build/oplus_build_kernel.sh kalama gki, but when this command finishes, there is no file calledout/dist/wcd938x_slave_dlkm.so, which is included in the OTAvendor_dlkm.img/lib/modules/wcd937x_slave_dlkm.koThe file
vendor/qcom/opensource/audio-kernel/Android.mkseems to be only building this file for a board called "bengal":Is this a bug, or should the kernel for kalama be built differently?
Grepping the device tree for
wcd938shows that this chip is present in the phone.camera.koalso does not seem to get built