Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52a23cfb authored by Anton Hansson's avatar Anton Hansson
Browse files

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
parent a9966c7c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -115,7 +115,6 @@ PRODUCT_PACKAGES += \
    libc_malloc_hooks \
    libcutils \
    libdl \
    libdrmclearkeyplugin \
    libdrmframework \
    libdrmframework_jni \
    libEGL \
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ PRODUCT_PACKAGES += \
    libbundlewrapper \
    libclearkeycasplugin \
    libdownmix \
    libdrmclearkeyplugin \
    libeffectproxy \
    libeffects \
    libldnhncr \
+0 −2
Original line number Diff line number Diff line
@@ -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)