summaryrefslogtreecommitdiff
path: root/adapter
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-11-13 14:22:36 -0800
committerSteven Moreland <smoreland@google.com>2017-11-13 14:22:36 -0800
commitb51849101487dd892ab95b2af01b14a7f5a57254 (patch)
treef7763f11effa4c86d03f20eeea7e3dba09452f2a /adapter
parente6cdfd3bd73d5dcec06c9f140359db18b53dcf9a (diff)
downloadlibhidl-b51849101487dd892ab95b2af01b14a7f5a57254.tar.gz
libhidladapter is now static.
To include in self-packaged tests. Bug: 66914275 Test: pass Change-Id: I6dd6527c24902f54dd3269465ca8d1cf5729525d
Diffstat (limited to 'adapter')
-rw-r--r--adapter/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/adapter/Android.bp b/adapter/Android.bp
index a814e10..c183184 100644
--- a/adapter/Android.bp
+++ b/adapter/Android.bp
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-cc_library_shared {
+cc_library {
name: "libhidladapter",
defaults: ["libhidl-defaults"],
vendor_available: true,