Heydarchi / AIDL-HAL-Service

An example of how to develop an AIDL HAL service in AOSP
Apache License 2.0
29 stars 12 forks source link

Not able to build the hal #11

Open LordShenron opened 2 months ago

LordShenron commented 2 months ago

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.

Heydarchi commented 2 months ago

Thanks for the report. I've not found any time yet to adopt it to Android 14.

LordShenron commented 2 months ago

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.