Open LordShenron opened 2 months ago
Thanks for the report. I've not found any time yet to adopt it to Android 14.
Thanks for the report. I've not found any time yet to adopt it to Android 14.
Hi Heydarchi,
I have found a possible solution..
vdnk: { enabled: true, },
to the module's build definition but i cannot use it as I think aidl_interface doesn't support it and only cc_library support it.
Describe the bug I am not able to build the hal in my aosp setup of Android 14. I have cloned it in my vendor directory and trying to build it. I get missing dependency error
missing dependencies:aospinsight.hardware.dummy_device-V1-ndk{os:android,image:vendor.32,arch:arm64_armv8-a_kryo300,sdk:,link:shared}
Expected behavior It should build with no dependency error.