summaryrefslogtreecommitdiffstats
path: root/automotive/evs/1.0/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'automotive/evs/1.0/Android.bp')
-rw-r--r--automotive/evs/1.0/Android.bp6
1 files changed, 5 insertions, 1 deletions
diff --git a/automotive/evs/1.0/Android.bp b/automotive/evs/1.0/Android.bp
index da68c2a51..fa5fac090 100644
--- a/automotive/evs/1.0/Android.bp
+++ b/automotive/evs/1.0/Android.bp
@@ -86,6 +86,11 @@ cc_library {
],
}
+// This package is not java compatible. Not creating java target.
+
+// This package does not export any types. Not creating java constants export.
+
+
genrule {
name: "android.hardware.automotive.evs@1.0-adapter-helper_genc++",
tools: ["hidl-gen"],
@@ -116,7 +121,6 @@ genrule {
],
}
-
cc_library {
name: "android.hardware.automotive.evs@1.0-adapter-helper",
defaults: ["hidl-module-defaults"],