commit | 7a81ccd6ccdd9092c211cb4550357ae0b338a78c | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Jul 16 21:52:57 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jul 16 21:52:57 2018 +0000 |
tree | 45a1d4088c132f8ece380d97708be22f47edd0e6 | |
parent | 555d48742d83db8f5514be2b774951c7f4022537 [diff] | |
parent | abad1adaeee8f70a218044acd71ebe87b93cb015 [diff] |
Merge "drm: Remove libbinder as a static library."
diff --git a/drm/common/Android.bp b/drm/common/Android.bp index 1552c3f..272684c 100644 --- a/drm/common/Android.bp +++ b/drm/common/Android.bp
@@ -35,7 +35,7 @@ cflags: ["-Wall", "-Werror"], - static_libs: ["libbinder"], + shared_libs: ["libbinder"], export_include_dirs: ["include"], }