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

Commit 3f2be141 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Support for android.net.lowpan and LoWPAN Service"

parents 87c354d0 b2cbafe0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -86,6 +86,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
@@ -83,6 +83,7 @@ PRODUCT_PACKAGES += \
    telephony-common \
    voip-common \
    logd \
    lowpan-service \
    wifi-service

# The order matters
@@ -107,6 +108,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.