Browse Source

sm8450-common: Build neural network aidl interface from source

Change-Id: I269ee2a387929b89dd2e20f4024c9a116a05de73
Arian 2 years ago
parent
commit
b3449e5829
1 changed files with 4 additions and 0 deletions
  1. 4 0
      common.mk

+ 4 - 0
common.mk

@@ -224,6 +224,10 @@ PRODUCT_PACKAGES += \
 PRODUCT_COPY_FILES += \
     frameworks/native/data/etc/android.software.ipsec_tunnels.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.ipsec_tunnels.xml
 
+# Neural networks
+PRODUCT_PACKAGES += \
+    android.hardware.neuralnetworks-V1-ndk_platform.vendor
+
 # NFC
 PRODUCT_PACKAGES += \
     [email protected] \