summaryrefslogtreecommitdiffstats
path: root/tetheroffload
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-05-18 16:14:16 -0700
committerSteven Moreland <smoreland@google.com>2017-05-18 16:14:16 -0700
commit06c85d986a7923d029ebcf3b199764b8d597b645 (patch)
tree0aa107223270c92587fe1db2b6ab4169e65f7784 /tetheroffload
parent872518a234169030f591b683570c76437e3b49f2 (diff)
downloadandroid_hardware_interfaces-06c85d986a7923d029ebcf3b199764b8d597b645.tar.gz
android_hardware_interfaces-06c85d986a7923d029ebcf3b199764b8d597b645.tar.bz2
android_hardware_interfaces-06c85d986a7923d029ebcf3b199764b8d597b645.zip
Update makefiles.
Adds default configuration to all hals. Test: pass Change-Id: Icdf6b56df82c4b7b7de815e7febea9a07ab96856
Diffstat (limited to 'tetheroffload')
-rw-r--r--tetheroffload/config/1.0/Android.bp1
-rw-r--r--tetheroffload/control/1.0/Android.bp1
2 files changed, 2 insertions, 0 deletions
diff --git a/tetheroffload/config/1.0/Android.bp b/tetheroffload/config/1.0/Android.bp
index ddf7c223c..7beefbf64 100644
--- a/tetheroffload/config/1.0/Android.bp
+++ b/tetheroffload/config/1.0/Android.bp
@@ -37,6 +37,7 @@ genrule {
cc_library_shared {
name: "android.hardware.tetheroffload.config@1.0",
+ defaults: ["hidl-module-defaults"],
generated_sources: ["android.hardware.tetheroffload.config@1.0_genc++"],
generated_headers: ["android.hardware.tetheroffload.config@1.0_genc++_headers"],
export_generated_headers: ["android.hardware.tetheroffload.config@1.0_genc++_headers"],
diff --git a/tetheroffload/control/1.0/Android.bp b/tetheroffload/control/1.0/Android.bp
index 6f504460f..d351edb81 100644
--- a/tetheroffload/control/1.0/Android.bp
+++ b/tetheroffload/control/1.0/Android.bp
@@ -48,6 +48,7 @@ genrule {
cc_library_shared {
name: "android.hardware.tetheroffload.control@1.0",
+ defaults: ["hidl-module-defaults"],
generated_sources: ["android.hardware.tetheroffload.control@1.0_genc++"],
generated_headers: ["android.hardware.tetheroffload.control@1.0_genc++_headers"],
export_generated_headers: ["android.hardware.tetheroffload.control@1.0_genc++_headers"],