OSDN Git Service

Remove path from hidl_package_root.
authorSteven Moreland <smoreland@google.com>
Fri, 27 Jul 2018 16:42:48 +0000 (09:42 -0700)
committerSteven Moreland <smoreland@google.com>
Fri, 27 Jul 2018 16:42:48 +0000 (09:42 -0700)
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

Android.bp

index 5417899..64043ff 100644 (file)
@@ -1,4 +1,3 @@
 hidl_package_root {
     name: "android.system",
-    path: "system/hardware/interfaces",
 }