Merge "Revert "Support for android.net.lowpan and LoWPAN Service""
diff --git a/core/pathmap.mk b/core/pathmap.mk
index 728a309..45213bb 100644
--- a/core/pathmap.mk
+++ b/core/pathmap.mk
@@ -86,7 +86,6 @@
 	    telecomm \
 	    telephony \
 	    wifi \
-	    lowpan \
 	    keystore \
 	    rs \
 	 )
diff --git a/target/product/base.mk b/target/product/base.mk
index e7d7859..ad4c133 100644
--- a/target/product/base.mk
+++ b/target/product/base.mk
@@ -111,7 +111,6 @@
     mediaserver \
     mediametrics \
     mediaextractor \
-    lowpan_cmd \
     monkey \
     mtpd \
     ndc \
diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk
index 5aa4d34..5a18c70 100644
--- a/target/product/core_minimal.mk
+++ b/target/product/core_minimal.mk
@@ -88,7 +88,6 @@
     voip-common \
     webview \
     webview_zygote \
-    lowpan-service \
     wifi-service
 
 PRODUCT_COPY_FILES += \
@@ -121,7 +120,6 @@
 PRODUCT_SYSTEM_SERVER_JARS := \
     services \
     ethernet-service \
-    lowpan-service \
     wifi-service
 
 # The set of packages whose code can be loaded by the system server.
diff --git a/target/product/core_tiny.mk b/target/product/core_tiny.mk
index 5da6286..7bf16f5 100644
--- a/target/product/core_tiny.mk
+++ b/target/product/core_tiny.mk
@@ -83,7 +83,6 @@
     telephony-common \
     voip-common \
     logd \
-    lowpan-service \
     wifi-service
 
 # The order matters
@@ -108,7 +107,6 @@
 # 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.