Merge "Remove ethernet-service jar dependency." am: 33b6aaff5e

Original change: https://android-review.googlesource.com/c/platform/build/+/2024726

Change-Id: I6866808e29edc28e3265d3beb64e76dae017e472
This commit is contained in:
Patrick Rohr
2022-03-16 17:13:42 +00:00
committed by Automerger Merge Worker

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