From 527fd76a0e7c032af7d2c232fbd12bd1d36a4221 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Wed, 4 Oct 2017 12:47:03 -0700 Subject: Update for hidl adapter module defaults. Test: pass Change-Id: Idc6a943149a279bf17cfcfd0f2571473e53bbbbf --- tetheroffload/config/1.0/Android.bp | 1 + tetheroffload/control/1.0/Android.bp | 1 + 2 files changed, 2 insertions(+) (limited to 'tetheroffload') 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", -- cgit v1.2.3