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
Merged-In: I45df64e1fa060ea98534351140678589afe2e340
This commit is contained in:
Anton Hansson 2018-07-03 12:02:12 +01:00
parent a9966c7c60
commit 52a23cfbb3
3 changed files with 1 additions and 3 deletions

View File

@ -115,7 +115,6 @@ PRODUCT_PACKAGES += \
libc_malloc_hooks \
libcutils \
libdl \
libdrmclearkeyplugin \
libdrmframework \
libdrmframework_jni \
libEGL \

View File

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

View File

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