summaryrefslogtreecommitdiffstats
path: root/wifi/1.1
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 /wifi/1.1
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 'wifi/1.1')
-rw-r--r--wifi/1.1/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wifi/1.1/Android.bp b/wifi/1.1/Android.bp
index f991fa546..cb7acc8eb 100644
--- a/wifi/1.1/Android.bp
+++ b/wifi/1.1/Android.bp
@@ -42,7 +42,7 @@ genrule {
],
}
-cc_library_shared {
+cc_library {
name: "android.hardware.wifi@1.1",
defaults: ["hidl-module-defaults"],
generated_sources: ["android.hardware.wifi@1.1_genc++"],