summaryrefslogtreecommitdiffstats
path: root/tests/libhwbinder
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-07-26 10:14:57 -0700
committerSteven Moreland <smoreland@google.com>2017-07-26 10:14:57 -0700
commit7206708528e1f0393347719f156ddf0bd0b6249c (patch)
treee5a405ef67d92522dea6d9f6b6d74c2eed4d9d96 /tests/libhwbinder
parent6ef70c9040773aa501ee54b54efc15a7ea61b25f (diff)
downloadandroid_hardware_interfaces-7206708528e1f0393347719f156ddf0bd0b6249c.tar.gz
android_hardware_interfaces-7206708528e1f0393347719f156ddf0bd0b6249c.tar.bz2
android_hardware_interfaces-7206708528e1f0393347719f156ddf0bd0b6249c.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 Change-Id: I1b2401fb273ab80819e3870aa71fe742269674ba
Diffstat (limited to 'tests/libhwbinder')
-rw-r--r--tests/libhwbinder/1.0/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libhwbinder/1.0/Android.bp b/tests/libhwbinder/1.0/Android.bp
index f254bad30..338a72b1d 100644
--- a/tests/libhwbinder/1.0/Android.bp
+++ b/tests/libhwbinder/1.0/Android.bp
@@ -42,7 +42,7 @@ genrule {
],
}
-cc_library_shared {
+cc_library {
name: "android.hardware.tests.libhwbinder@1.0",
defaults: ["hidl-module-defaults"],
generated_sources: ["android.hardware.tests.libhwbinder@1.0_genc++"],