commit | 8e0ab84be0ee7c3d3267db2e189d2cb88e03ae43 | [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 | 06b17620b033c3a8e51fe9d9c508609a3da4d6ce [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