Remove some VNDK libraries that were incorrectly added

This is inspired by ag/3915101 and ag/3865679: Following libs for VR
were added due to the dependency from libgui. Since the dependency is
cut for vendor variant of libgui, they don't need to be in VNDK
consuming storage.

- libbufferhub
- libbufferhubqueue
- libpdx_default_transport

Bug: 79151096
Test: Build system and inspect bufferhub/pdx related libraries are no
longer in vendor partition.

Change-Id: I4dd2c04edd9be0215a214e01733f4ae944d5a180
This commit is contained in:
Jiwen 'Steve' Cai 2018-05-04 19:12:32 -07:00
parent aa43c4b7d3
commit 37ede1b626

View file

@ -155,8 +155,6 @@ VNDK-core: libadf.so
VNDK-core: libaudioroute.so
VNDK-core: libaudioutils.so
VNDK-core: libbinder.so
VNDK-core: libbufferhub.so
VNDK-core: libbufferhubqueue.so
VNDK-core: libcamera_metadata.so
VNDK-core: libcap.so
VNDK-core: libcn-cbor.so
@ -190,7 +188,6 @@ VNDK-core: libnl.so
VNDK-core: libopus.so
VNDK-core: libpagemap.so
VNDK-core: libpcre2.so
VNDK-core: libpdx_default_transport.so
VNDK-core: libpiex.so
VNDK-core: libpng.so
VNDK-core: libpower.so
@ -248,10 +245,7 @@ VNDK-core: libyuv.so
VNDK-core: libziparchive.so
VNDK-private: libbacktrace.so
VNDK-private: libblas.so
VNDK-private: libbufferhub.so
VNDK-private: libbufferhubqueue.so
VNDK-private: libcompiler_rt.so
VNDK-private: libft2.so
VNDK-private: libgui.so
VNDK-private: libpdx_default_transport.so
VNDK-private: libunwind.so