Move packages from base_system to base_vendor.

These install on the vendor partition. Clean up the whitelist.

Bug: 80410283
Test: lunch mainline_arm64; m nothing

Change-Id: I45df64e1fa060ea98534351140678589afe2e340
This commit is contained in:
Anton Hansson 2018-07-03 12:37:33 +01:00
parent b657bb29a5
commit 8999411ab1
3 changed files with 2 additions and 6 deletions

View file

@ -118,10 +118,8 @@ PRODUCT_PACKAGES += \
libc_malloc_hooks \
libcutils \
libdl \
libdrmclearkeyplugin \
libdrmframework \
libdrmframework_jni \
libdynproc \
libEGL \
libETC1 \
libFFTEm \

View file

@ -35,6 +35,8 @@ PRODUCT_PACKAGES += \
libbundlewrapper \
libclearkeycasplugin \
libdownmix \
libdrmclearkeyplugin \
libdynproc \
libeffectproxy \
libeffects \
libldnhncr \

View file

@ -37,10 +37,6 @@ _selinux_policy_whitelist := \
_base_mk_whitelist := \
$(_selinux_policy_whitelist) \
recovery/root/etc/mke2fs.conf \
vendor/lib/mediadrm/libdrmclearkeyplugin.so \
vendor/lib/soundfx/libdynproc.so \
vendor/lib64/mediadrm/libdrmclearkeyplugin.so \
vendor/lib64/soundfx/libdynproc.so \
_my_whitelist := $(_base_mk_whitelist)