diff options
Diffstat (limited to 'tetheroffload')
| -rw-r--r-- | tetheroffload/config/1.0/Android.bp | 1 | ||||
| -rw-r--r-- | tetheroffload/control/1.0/Android.bp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tetheroffload/config/1.0/Android.bp b/tetheroffload/config/1.0/Android.bp index 705253d86..5cafb5d28 100644 --- a/tetheroffload/config/1.0/Android.bp +++ b/tetheroffload/config/1.0/Android.bp @@ -124,6 +124,7 @@ genrule { cc_test { name: "android.hardware.tetheroffload.config@1.0-adapter", + defaults: ["hidl-module-defaults"], shared_libs: [ "libhidladapter", "libhidlbase", diff --git a/tetheroffload/control/1.0/Android.bp b/tetheroffload/control/1.0/Android.bp index 75750f012..f4f120a32 100644 --- a/tetheroffload/control/1.0/Android.bp +++ b/tetheroffload/control/1.0/Android.bp @@ -137,6 +137,7 @@ genrule { cc_test { name: "android.hardware.tetheroffload.control@1.0-adapter", + defaults: ["hidl-module-defaults"], shared_libs: [ "libhidladapter", "libhidlbase", |
