summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authorTri Vo <trong@google.com>2017-08-02 15:19:22 -0700
committerSteven Moreland <smoreland@google.com>2017-08-03 00:30:01 +0000
commitf5d136c231a8c0b601e236a63b7bb4d4c92ca526 (patch)
treeda385476b0496a6df4d8498005424dea3dcc5885 /tv
parent7dcc345b6428a33c9d4f954ba98be0fd37d0b5f7 (diff)
downloadandroid_hardware_interfaces-f5d136c231a8c0b601e236a63b7bb4d4c92ca526.tar.gz
android_hardware_interfaces-f5d136c231a8c0b601e236a63b7bb4d4c92ca526.tar.bz2
android_hardware_interfaces-f5d136c231a8c0b601e236a63b7bb4d4c92ca526.zip
Update Android.bp HIDL makefiles
Allow HAL definition libs to be static. Bug: 32920003 Bug: 64040096 Test: update-all-google-makefiles.sh Change-Id: I1483d572bea6799717d1614fb7d52fe225e31104
Diffstat (limited to 'tv')
-rw-r--r--tv/cec/1.0/Android.bp2
-rw-r--r--tv/input/1.0/Android.bp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tv/cec/1.0/Android.bp b/tv/cec/1.0/Android.bp
index bf3ffe214..810dc205e 100644
--- a/tv/cec/1.0/Android.bp
+++ b/tv/cec/1.0/Android.bp
@@ -46,7 +46,7 @@ genrule {
],
}
-cc_library_shared {
+cc_library {
name: "android.hardware.tv.cec@1.0",
defaults: ["hidl-module-defaults"],
generated_sources: ["android.hardware.tv.cec@1.0_genc++"],
diff --git a/tv/input/1.0/Android.bp b/tv/input/1.0/Android.bp
index a3f8c9401..b48ef5881 100644
--- a/tv/input/1.0/Android.bp
+++ b/tv/input/1.0/Android.bp
@@ -46,7 +46,7 @@ genrule {
],
}
-cc_library_shared {
+cc_library {
name: "android.hardware.tv.input@1.0",
defaults: ["hidl-module-defaults"],
generated_sources: ["android.hardware.tv.input@1.0_genc++"],