Merge "Remove ethernet-service jar dependency."

This commit is contained in:
Patrick Rohr
2022-03-16 16:03:30 +00:00
committed by Gerrit Code Review

View File

@@ -27,7 +27,6 @@ PRODUCT_PACKAGES += \
com.android.media.remotedisplay.xml \ com.android.media.remotedisplay.xml \
CompanionDeviceManager \ CompanionDeviceManager \
drmserver \ drmserver \
ethernet-service \
fsck.f2fs \ fsck.f2fs \
HTMLViewer \ HTMLViewer \
libfilterpack_imageproc \ libfilterpack_imageproc \
@@ -51,8 +50,7 @@ endif
# The order here is the same order they end up on the classpath, so it matters. # The order here is the same order they end up on the classpath, so it matters.
PRODUCT_SYSTEM_SERVER_JARS := \ PRODUCT_SYSTEM_SERVER_JARS := \
com.android.location.provider \ com.android.location.provider \
services \ services
ethernet-service
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
system/core/rootdir/etc/public.libraries.android.txt:system/etc/public.libraries.txt system/core/rootdir/etc/public.libraries.android.txt:system/etc/public.libraries.txt