|
@@ -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,
|
|
|
+}
|