diff options
| author | Steven Moreland <smoreland@google.com> | 2017-09-26 23:51:07 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2017-09-26 23:51:07 +0000 |
| commit | f07e364ce3311d780bf690601738614919c3f59a (patch) | |
| tree | 031beed38d2ad4f75ac6b4fbfc8093cb9ae9b4d3 /tetheroffload | |
| parent | 4d2b22c78199cdf582bc6ec6585d4c59aa3a8b5a (diff) | |
| parent | 9960148420f352c1c0a8cd50e105dce6e6b09acf (diff) | |
| download | android_hardware_interfaces-f07e364ce3311d780bf690601738614919c3f59a.tar.gz android_hardware_interfaces-f07e364ce3311d780bf690601738614919c3f59a.tar.bz2 android_hardware_interfaces-f07e364ce3311d780bf690601738614919c3f59a.zip | |
Merge "Fix typo in update makefiles."
am: 9960148420
Change-Id: I949634e72f817f3a5411130e968acd8efd1d7725
Diffstat (limited to 'tetheroffload')
| -rw-r--r-- | tetheroffload/config/1.0/Android.bp | 3 | ||||
| -rw-r--r-- | tetheroffload/control/1.0/Android.bp | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/tetheroffload/config/1.0/Android.bp b/tetheroffload/config/1.0/Android.bp index fbb4cf293..705253d86 100644 --- a/tetheroffload/config/1.0/Android.bp +++ b/tetheroffload/config/1.0/Android.bp @@ -119,7 +119,8 @@ genrule { name: "android.hardware.tetheroffload.config@1.0-adapter_genc++", tools: ["hidl-gen"], cmd: "$(location hidl-gen) -o $(genDir) -Lc++-adapter-main -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.tetheroffload.config@1.0", - out: ["main.cpp"]} + out: ["main.cpp"] +} cc_test { name: "android.hardware.tetheroffload.config@1.0-adapter", diff --git a/tetheroffload/control/1.0/Android.bp b/tetheroffload/control/1.0/Android.bp index ba730a5f0..75750f012 100644 --- a/tetheroffload/control/1.0/Android.bp +++ b/tetheroffload/control/1.0/Android.bp @@ -132,7 +132,8 @@ genrule { name: "android.hardware.tetheroffload.control@1.0-adapter_genc++", tools: ["hidl-gen"], cmd: "$(location hidl-gen) -o $(genDir) -Lc++-adapter-main -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.tetheroffload.control@1.0", - out: ["main.cpp"]} + out: ["main.cpp"] +} cc_test { name: "android.hardware.tetheroffload.control@1.0-adapter", |
