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