summaryrefslogtreecommitdiffstats
path: root/radio/1.0/Android.bp
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-07-26 10:14:57 -0700
committerTri Vo <trong@google.com>2017-08-02 12:52:41 -0700
commit208a586cf8aa37e83b39e72354e0f6f7c76e4c4a (patch)
treebae117c95c285ea0a463e4786346b69c8f96a7ea /radio/1.0/Android.bp
parentb026c45b293fc40235d4591d4a2d2d62eafe27ce (diff)
downloadplatform_hardware_interfaces-208a586cf8aa37e83b39e72354e0f6f7c76e4c4a.tar.gz
platform_hardware_interfaces-208a586cf8aa37e83b39e72354e0f6f7c76e4c4a.tar.bz2
platform_hardware_interfaces-208a586cf8aa37e83b39e72354e0f6f7c76e4c4a.zip
Update HIDL makefiles.
Allow them to be static. This is required for a couple of reasons: - enabling HIDL passthrough in recovery - enabling VTS tests to be static blobs Bug: 32920003 Bug: 64040096 Test: update-all-google-makefiles.sh Merged-In: I1b2401fb273ab80819e3870aa71fe742269674ba Change-Id: I1b2401fb273ab80819e3870aa71fe742269674ba (cherry picked from commit 7206708528e1f0393347719f156ddf0bd0b6249c)
Diffstat (limited to 'radio/1.0/Android.bp')
-rw-r--r--radio/1.0/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/radio/1.0/Android.bp b/radio/1.0/Android.bp
index 988f5d2c6e..8af2675c43 100644
--- a/radio/1.0/Android.bp
+++ b/radio/1.0/Android.bp
@@ -67,7 +67,7 @@ genrule {
],
}
-cc_library_shared {
+cc_library {
name: "android.hardware.radio@1.0",
defaults: ["hidl-module-defaults"],
generated_sources: ["android.hardware.radio@1.0_genc++"],