summaryrefslogtreecommitdiffstats
path: root/thermal
diff options
context:
space:
mode:
Diffstat (limited to 'thermal')
-rw-r--r--thermal/1.0/Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/thermal/1.0/Android.bp b/thermal/1.0/Android.bp
index 406ca5829..da1e64184 100644
--- a/thermal/1.0/Android.bp
+++ b/thermal/1.0/Android.bp
@@ -123,7 +123,8 @@ genrule {
name: "android.hardware.thermal@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.thermal@1.0",
- out: ["main.cpp"]}
+ out: ["main.cpp"]
+}
cc_test {
name: "android.hardware.thermal@1.0-adapter",