summaryrefslogtreecommitdiff
path: root/transport/memory
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-07-26 10:15:04 -0700
committerTri Vo <trong@google.com>2017-08-02 12:52:02 -0700
commitcac6c44069b11decf601ff896b9069005f1faacc (patch)
treeba1f66a51c5bc7d8210d22ce9b1e8e7a9b7cfc07 /transport/memory
parentf5010d4855e0adafd5a5f03524d9ea3aa47fa0a0 (diff)
downloadlibhidl-cac6c44069b11decf601ff896b9069005f1faacc.tar.gz
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: I07333961f6cea2dbeb4acbddc3672acc241d958b Change-Id: I07333961f6cea2dbeb4acbddc3672acc241d958b (cherry picked from commit 44f14b1a5406a4dd5bbfd741fca74fb72595ce16)
Diffstat (limited to 'transport/memory')
-rw-r--r--transport/memory/1.0/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/transport/memory/1.0/Android.bp b/transport/memory/1.0/Android.bp
index ec9d0eb..0ae2422 100644
--- a/transport/memory/1.0/Android.bp
+++ b/transport/memory/1.0/Android.bp
@@ -42,7 +42,7 @@ genrule {
],
}
-cc_library_shared {
+cc_library {
name: "android.hidl.memory@1.0",
defaults: ["hidl-module-defaults"],
generated_sources: ["android.hidl.memory@1.0_genc++"],