commit | 20bed7f2c917502486723c6c597167743f5f9683 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Jul 16 15:01:14 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jul 16 15:01:14 2018 -0700 |
tree | 77866741e1f9eb3aa3316c24d21edb0ba2195438 | |
parent | 5d4da7ba2258f9af0a26908a1be15a92db66aea1 [diff] | |
parent | 7a81ccd6ccdd9092c211cb4550357ae0b338a78c [diff] |
Merge "drm: Remove libbinder as a static library." am: 7a81ccd6cc Change-Id: Ia86be60cb233ae256f828aa4e85cf3192ffc9436
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"], }