summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2021-09-30 03:40:45 +0800
committerYi Kong <yikong@google.com>2021-10-13 09:50:05 +0000
commit5e1a4e342979e2015992e4d34e95ae6c0923d702 (patch)
tree0f599c268edef194a699378798cf390b37db6bc9
parent6d608c038985673f504d6cbedfb8c17d8cf5ba2f (diff)
downloadgchips-5e1a4e342979e2015992e4d34e95ae6c0923d702.tar.gz
Fix unused-command-line-argument warning
-ldl is not needed. Test: presubmit Bug: 197177755 Change-Id: Ie8658d5f845d4343d8d80adb9297d7547b05ff7e Merged-In: Ie8658d5f845d4343d8d80adb9297d7547b05ff7e (cherry picked from commit 2e3e154a8b08d94695b6d4accd56bf3de0b82b89)
-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",