From: Steven Moreland Date: Fri, 27 Jul 2018 16:42:48 +0000 (-0700) Subject: Remove path from hidl_package_root. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9720abcd5a;p=android-x86%2Fsystem-hardware-interfaces.git 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: Id0629f4e8fa066b5cddae71016f52dcd3d5e129a --- diff --git a/Android.bp b/Android.bp index 5417899..64043ff 100644 --- a/Android.bp +++ b/Android.bp @@ -1,4 +1,3 @@ hidl_package_root { name: "android.system", - path: "system/hardware/interfaces", }