summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Quattlebaum <rquattle@google.com>2017-09-26 13:26:58 -0700
committerRobert Quattlebaum <rquattle@google.com>2017-09-26 13:30:55 -0700
commit88e93c19f24d9b4c9e1799111c5e1820cb24bcee (patch)
tree40c572b596202f8a90bdb835356f70b653b416d5
parentaca0534f88705154364b1e4813661249d65a916a (diff)
downloadlowpan-88e93c19f24d9b4c9e1799111c5e1820cb24bcee.tar.gz
build: Fix paths in feature makefiles
Change-Id: Ia920447abc613ca0f5d22918344767d9aabc4af7
-rw-r--r--build/lowpan-service.mk2
-rw-r--r--build/lowpan.mk4
2 files changed, 3 insertions, 3 deletions
diff --git a/build/lowpan-service.mk b/build/lowpan-service.mk
index 7234d2e..fbc3fc4 100644
--- a/build/lowpan-service.mk
+++ b/build/lowpan-service.mk
@@ -14,7 +14,7 @@
# limitations under the License.
PRODUCT_COPY_FILES += \
- $(call add-to-product-copy-files-if-exists,frameworks/native/data/etc/android.hardware.lowpan.xml:system/etc/permissions/android.hardware.lowpan.xml)
+ frameworks/native/data/etc/android.hardware.lowpan.xml:system/etc/permissions/android.hardware.lowpan.xml
PRODUCT_SYSTEM_SERVER_JARS += \
lowpan-service
diff --git a/build/lowpan.mk b/build/lowpan.mk
index b7c1f44..d1881d2 100644
--- a/build/lowpan.mk
+++ b/build/lowpan.mk
@@ -13,5 +13,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-$(call inherit-product-if-exists, frameworks/opt/net/lowpan/product/lowpan-service.mk)
-$(call inherit-product-if-exists, frameworks/opt/net/lowpan/product/wpantund.mk)
+include frameworks/opt/net/lowpan/build/lowpan-service.mk
+include frameworks/opt/net/lowpan/build/wpantund.mk