summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2021-09-30 03:40:45 +0800
committerYi Kong <yikong@google.com>2021-09-30 03:40:45 +0800
commit2e3e154a8b08d94695b6d4accd56bf3de0b82b89 (patch)
tree7a9afb7d7e35e7c3a17348fcbe6b38290177864b
parentc1027b49aa35884af8a75b630af98d2f62825b68 (diff)
downloadgchips-2e3e154a8b08d94695b6d4accd56bf3de0b82b89.tar.gz
Fix unused-command-line-argument warning
-ldl is not needed. Test: presubmit Bug: 197177755 Change-Id: Ie8658d5f845d4343d8d80adb9297d7547b05ff7e
-rw-r--r--gralloc4/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/gralloc4/Android.bp b/gralloc4/Android.bp
index a8f0da3..c30c359 100644
--- a/gralloc4/Android.bp
+++ b/gralloc4/Android.bp
@@ -61,7 +61,6 @@ arm_gralloc_cc_defaults {
vendor: true,
proprietary: true,
cflags: [
- "-ldl",
"-Wundef",
"-Werror",
"-DGRALLOC_LIBRARY_BUILD=1",