diff options
author | oshmoun <oshmoun100@googlemail.com> | 2018-02-18 23:00:04 +0100 |
---|---|---|
committer | Isaac Chen <isaacchen@isaacchen.cn> | 2018-12-05 00:36:35 +0800 |
commit | c858ca452901b8a27bad076646ffb8468cef3c20 (patch) | |
tree | 0f9224af75b0de69623ddeffd5e417f8fdd0556f /configs | |
parent | cc472568e1632b58ecd9aef9d0fc6a66a1734a92 (diff) |
wayne-common: Add public.libraries.txt
Android needs this text file to know what libraries are allowed to be loaded by apps directly.
For now, add:
libOpenCL.so to the list, in order to get OpenCL to function properly.
adsprpc related libraries, since they were also declared public in stock.
Change-Id: I15ef7a7ab7d1f1a0cc6b484cd2ca9993f40de23b
Diffstat (limited to 'configs')
-rw-r--r-- | configs/public.libraries.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/public.libraries.txt b/configs/public.libraries.txt new file mode 100644 index 0000000..19c3863 --- /dev/null +++ b/configs/public.libraries.txt @@ -0,0 +1,3 @@ +libqti-perfd-client.so +libadsprpc.so +libOpenCL.so |