summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Moreland2018-07-27 11:41:00 -0500
committerSteven Moreland2018-07-27 11:41:00 -0500
commitfb7de5c99bce793888228a0ceefcd06df45d7af1 (patch)
tree832ccd59b78e90276d7ad7dea28c61249195c684 /Android.bp
parentf4fdfc325f461e2c57bf5714dac345a1523eab48 (diff)
downloadplatform-hardware-interfaces-fb7de5c99bce793888228a0ceefcd06df45d7af1.tar.gz
platform-hardware-interfaces-fb7de5c99bce793888228a0ceefcd06df45d7af1.tar.xz
platform-hardware-interfaces-fb7de5c99bce793888228a0ceefcd06df45d7af1.zip
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
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index c7714c12..05ca928e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,5 @@
1hidl_package_root { 1hidl_package_root {
2 name: "android.hardware", 2 name: "android.hardware",
3 path: "hardware/interfaces",
4} 3}
5 4
6cc_defaults { 5cc_defaults {