summaryrefslogtreecommitdiffstats
path: root/broadcastradio/1.1/Android.bp
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-10-11 16:23:54 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-11 16:23:54 +0000
commit0fff75dee172d57536c2034e0a64f6d9bf0a0a7f (patch)
treee4e6555ec981cb590ca2237f052a514d4addbe81 /broadcastradio/1.1/Android.bp
parent6d1326ed8a0564e4e521c3ef44ec795e2a520289 (diff)
parentc3e80fa01ec895f1e0ba72ffb9ff48ec468e07b9 (diff)
downloadplatform_hardware_interfaces-0fff75dee172d57536c2034e0a64f6d9bf0a0a7f.tar.gz
platform_hardware_interfaces-0fff75dee172d57536c2034e0a64f6d9bf0a0a7f.tar.bz2
platform_hardware_interfaces-0fff75dee172d57536c2034e0a64f6d9bf0a0a7f.zip
Update for Soong java makefiles.
am: c3e80fa01e Change-Id: Ia8835f9c95bd98a96f5fd3aff11191e7d3726fb9
Diffstat (limited to 'broadcastradio/1.1/Android.bp')
-rw-r--r--broadcastradio/1.1/Android.bp6
1 files changed, 5 insertions, 1 deletions
diff --git a/broadcastradio/1.1/Android.bp b/broadcastradio/1.1/Android.bp
index fa1c3e9237..a487c3fd8b 100644
--- a/broadcastradio/1.1/Android.bp
+++ b/broadcastradio/1.1/Android.bp
@@ -88,6 +88,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.broadcastradio@1.1-adapter-helper_genc++",
tools: ["hidl-gen"],
@@ -118,7 +123,6 @@ genrule {
],
}
-
cc_library {
name: "android.hardware.broadcastradio@1.1-adapter-helper",
defaults: ["hidl-module-defaults"],