Reputation: 61
I am trying to build recently released android-s-beta-1
from Google but I am getting some build errors mainly in module:aosp-dir/packages/modules/NeuralNetworks/
error: packages/modules/NeuralNetworks/shim_and_sl/Android.bp:96:16: unrecognized property "llndk_stubs"
error: packages/modules/NeuralNetworks/shim_and_sl/Android.bp:133:1: unrecognized module type "llndk_library"
error: packages/modules/NeuralNetworks/runtime/Android.bp:163:16: unrecognized property "llndk_stubs"
error: packages/modules/NeuralNetworks/runtime/Android.bp:247:1: unrecognized module type "llndk_library"
soong bootstrap failed with: exit status 1
I am using "lunch aosp_x86_64-eng"
. Please let me know, if anyone has any idea.
Thanks
Upvotes: 2
Views: 991
Reputation: 71
Try to git checkout a1191b55fc209e2f685c8eb788e8237280660299
on this project packages/modules/NeuralNetworks
Upvotes: 3
Reputation: 11
cherry-pick these patches and try: https://android-review.googlesource.com/c/platform/packages/modules/NeuralNetworks/+/1684530 https://android-review.googlesource.com/c/platform/packages/modules/NeuralNetworks/+/1715990
Upvotes: 1