diff options
author | Steven Moreland <smoreland@google.com> | 2017-11-09 19:05:17 -0800 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2017-11-10 09:06:55 -0800 |
commit | a1169dd600091cc9a451b91e7b4573dc1d9049b3 (patch) | |
tree | e7b60403dc8cb464f2d9f9782c8bf06262e6bf74 /Android.bp | |
parent | 771dff2a2d014df7118263d2c0a8cc8522cf480c (diff) |
Update makefiles for hidl_interface.
Bug: 35570956
Test: manual
Change-Id: I7a220b78ee081240e1dc30ef5672ba39e3e98375
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 7ae00b66ac..978559a649 100644 --- a/Android.bp +++ b/Android.bp @@ -2,6 +2,11 @@ subdirs = [ "*" ] +hidl_package_root { + name: "android.hardware", + path: "hardware/interfaces", +} + cc_defaults { name: "hidl_defaults", cflags: [ |