Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2cbafe0 authored by Robert Quattlebaum's avatar Robert Quattlebaum
Browse files

Support for android.net.lowpan and LoWPAN Service

Change-Id: I92b066797b474981655917202cd7a8476f63ead8
Bug: b/33073713
parent 797863cf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -87,6 +87,7 @@ FRAMEWORKS_BASE_SUBDIRS := \
	    telecomm \
	    telephony \
	    wifi \
	    lowpan \
	    keystore \
	    rs \
	 )
+1 −0
Original line number Diff line number Diff line
@@ -111,6 +111,7 @@ PRODUCT_PACKAGES += \
    mediaserver \
    mediametrics \
    mediaextractor \
    lowpan_cmd \
    monkey \
    mtpd \
    ndc \
+2 −0
Original line number Diff line number Diff line
@@ -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.
+2 −0
Original line number Diff line number Diff line
@@ -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.