OSDN Git Service

Build EthernetService.
authorLorenzo Colitti <lorenzo@google.com>
Wed, 21 May 2014 02:59:10 +0000 (19:59 -0700)
committerLorenzo Colitti <lorenzo@google.com>
Wed, 21 May 2014 19:27:48 +0000 (12:27 -0700)
This is included in the PRODUCT_BOOT_JARS because it needs to be
loaded by system_server via SystemServiceManager.startService,
which only looks at the boot classpath.

This is compiled on all devices as opposed to only devices with
a physical Ethernet port because we also support Ethernet over
USB.

Change-Id: I55bc422e2a7b700eea4b7513f96079502be36882

target/product/core_minimal.mk

index 0d3fb70..21b3398 100644 (file)
@@ -36,6 +36,7 @@ PRODUCT_PACKAGES += \
     com.android.media.remotedisplay \
     com.android.media.remotedisplay.xml \
     drmserver \
+    ethernet-service \
     framework-res \
     idmap \
     installd \
@@ -86,6 +87,7 @@ PRODUCT_BOOT_JARS := \
     android.policy \
     services \
     apache-xml \
+    ethernet-service \
     webviewchromium \
     wifi-service