Support for android.net.lowpan and LoWPAN Service

Change-Id: I92b066797b474981655917202cd7a8476f63ead8
Bug: b/33073713
This commit is contained in:
Robert Quattlebaum 2017-02-08 17:53:22 -08:00
parent 797863cff8
commit b2cbafe06e
4 changed files with 6 additions and 0 deletions

View file

@ -87,6 +87,7 @@ FRAMEWORKS_BASE_SUBDIRS := \
telecomm \
telephony \
wifi \
lowpan \
keystore \
rs \
)

View file

@ -111,6 +111,7 @@ PRODUCT_PACKAGES += \
mediaserver \
mediametrics \
mediaextractor \
lowpan_cmd \
monkey \
mtpd \
ndc \

View file

@ -88,6 +88,7 @@ PRODUCT_PACKAGES += \
voip-common \
webview \
webview_zygote \
lowpan-service \
wifi-service
PRODUCT_COPY_FILES += \
@ -120,6 +121,7 @@ PRODUCT_BOOT_JARS := \
PRODUCT_SYSTEM_SERVER_JARS := \
services \
ethernet-service \
lowpan-service \
wifi-service
# The set of packages whose code can be loaded by the system server.

View file

@ -81,6 +81,7 @@ PRODUCT_PACKAGES += \
telephony-common \
voip-common \
logd \
lowpan-service \
wifi-service
# The order matters
@ -103,6 +104,7 @@ PRODUCT_BOOT_JARS := \
# The order of PRODUCT_SYSTEM_SERVER_JARS matters.
PRODUCT_SYSTEM_SERVER_JARS := \
services \
lowpan-service \
wifi-service
# The set of packages whose code can be loaded by the system server.