Remove ethernet-service jar dependency.
ethernet service source code is going to be moved into Connectivity mainline module, and start the ethernet service from the module. The old ethernet-service lib will be deprecated, remove it from soong build rule. Bug: 210586283 Test: m Change-Id: Iae154ca3462e76b7e0af7172d424f36dece63531 Merged-In: I19d517cac28c18c70b8dad979ecbfe3fb6d26902
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user