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

Commit a15c3a83 authored by Dan Willemsen's avatar Dan Willemsen
Browse files

Remove a few entries from PRODUCT_HOST_PACKAGES

adbd shouldn't be needed on the host in most cases

selinux_policy_system is a device PHONY_PACKAGE that will stop working
soon in PRODUCT_HOST_PACKAGES. I talked to jeffv and he's fine removing
it for now, adding back individual binaries if desired, or creating a
new host PHONY_PACKAGE.

shell_and_utilities_system is a similar device phony module. enh is fine
with it not being installed on the host by default for now, and we can
add them back as needed.

Test: treehugger
Change-Id: I1938f9f4ea5dbea2905baaf301473b617de9c530
parent 289fa3ce
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -274,7 +274,6 @@ PRODUCT_PACKAGES += \
PRODUCT_HOST_PACKAGES += \
    BugReport \
    adb \
    adbd \
    art-tools \
    atest \
    bcc \
@@ -290,9 +289,7 @@ PRODUCT_HOST_PACKAGES += \
    minigzip \
    mke2fs \
    resize2fs \
    selinux_policy_system \
    sgdisk \
    shell_and_utilities_system \
    sqlite3 \
    tinyplay \
    tune2fs \