commit | 12f81dfdffb63d71c138d44c245c8a649264b308 | [log] [tgz] |
---|---|---|
author | Jean-Luc Brouillet <jeanluc@google.com> | Fri Jul 21 20:16:35 2017 -0700 |
committer | Jean-Luc Brouillet <jeanluc@google.com> | Fri Jul 21 20:16:35 2017 -0700 |
tree | ad005dff3aa883e7b041e1a7060bf54ec2bb0233 | |
parent | 342e022547338ae88629e8a5d236d0e79309f88d [diff] |
Make the Neural Networks library loadable by apps. Add to the whitelist the NN API lib. Bug: 63905942 Test: Ran an app that uses the NN API. Change-Id: I83c1acdff58b8fe99fbd7a8fbfb5444fe77b7902
diff --git a/rootdir/etc/public.libraries.android.txt b/rootdir/etc/public.libraries.android.txt index bcdecf2..5482085 100644 --- a/rootdir/etc/public.libraries.android.txt +++ b/rootdir/etc/public.libraries.android.txt
@@ -14,6 +14,7 @@ libmediandk.so libm.so libnativewindow.so +libneuralnetworks.so libOpenMAXAL.so libOpenSLES.so libRS.so
diff --git a/rootdir/etc/public.libraries.wear.txt b/rootdir/etc/public.libraries.wear.txt index f4da09d..45b4bc2 100644 --- a/rootdir/etc/public.libraries.wear.txt +++ b/rootdir/etc/public.libraries.wear.txt
@@ -14,6 +14,7 @@ libmediandk.so libm.so libnativewindow.so +libneuralnetworks.so libOpenMAXAL.so libOpenSLES.so libRS.so