diff options
author | Lorenzo Colitti <lorenzo@google.com> | 2014-05-20 19:59:10 -0700 |
---|---|---|
committer | Lorenzo Colitti <lorenzo@google.com> | 2014-05-21 12:27:48 -0700 |
commit | f1669ddcec912eee3c6f77e8d4ef1a3ad065241b (patch) | |
tree | 2e8fa4936fd6385b1bf3c90da18611afdd8106f1 /target/product/core_minimal.mk | |
parent | 6fdea52a1570f4496d4e8d8f7315ff69d6a12bd1 (diff) | |
download | build-f1669ddcec912eee3c6f77e8d4ef1a3ad065241b.zip build-f1669ddcec912eee3c6f77e8d4ef1a3ad065241b.tar.gz build-f1669ddcec912eee3c6f77e8d4ef1a3ad065241b.tar.bz2 |
Build EthernetService.
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
Diffstat (limited to 'target/product/core_minimal.mk')
-rw-r--r-- | target/product/core_minimal.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk index 0d3fb70..21b3398 100644 --- a/target/product/core_minimal.mk +++ b/target/product/core_minimal.mk @@ -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 |