Android 12 Beta 1 AOSP Build Fail

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

Answers (2)

Patryk Czarnota
Patryk Czarnota

Reputation: 71

Try to git checkout a1191b55fc209e2f685c8eb788e8237280660299 on this project packages/modules/NeuralNetworks

Upvotes: 3

Related Questions