sm8450-common: Provide android.hardware.neuralnetworks-V1-ndk_platform shim
Change-Id: Ifcdad6700c868a860f3a9bdd3046c0bb10a07239
This commit is contained in:
parent
835df831cc
commit
2be5ccacdd
1 changed files with 7 additions and 0 deletions
|
@ -39,3 +39,10 @@ cc_library_shared {
|
|||
system_ext_specific: true,
|
||||
vendor_available: true,
|
||||
}
|
||||
|
||||
cc_library_shared {
|
||||
name: "android.hardware.neuralnetworks-V1-ndk_platform",
|
||||
shared_libs: ["android.hardware.neuralnetworks-V1-ndk"],
|
||||
system_ext_specific: true,
|
||||
vendor_available: true,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue