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:
parent
51005914bd
commit
cb1e69c3bf
|
@ -27,7 +27,6 @@ PRODUCT_PACKAGES += \
|
|||
com.android.media.remotedisplay.xml \
|
||||
CompanionDeviceManager \
|
||||
drmserver \
|
||||
ethernet-service \
|
||||
fsck.f2fs \
|
||||
HTMLViewer \
|
||||
libfilterpack_imageproc \
|
||||
|
@ -51,8 +50,7 @@ endif
|
|||
# The order here is the same order they end up on the classpath, so it matters.
|
||||
PRODUCT_SYSTEM_SERVER_JARS := \
|
||||
com.android.location.provider \
|
||||
services \
|
||||
ethernet-service
|
||||
services
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
system/core/rootdir/etc/public.libraries.android.txt:system/etc/public.libraries.txt
|
||||
|
|
Loading…
Reference in New Issue