From fb7de5c99bce793888228a0ceefcd06df45d7af1 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Fri, 27 Jul 2018 09:41:00 -0700 Subject: [PATCH] Remove path from hidl_package_root. This now defaults to the current path making references to it relocatable. Bug: 111366989 Test: make hidl interfaces under this package root (this exercises the new path) Change-Id: I0d9dd1ebb00fcf514e374682497b8d26d0bfa353 --- Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/Android.bp b/Android.bp index c7714c12ce..05ca928e82 100644 --- a/Android.bp +++ b/Android.bp @@ -1,6 +1,5 @@ hidl_package_root { name: "android.hardware", - path: "hardware/interfaces", } cc_defaults {