diff options
author | Matt Turner <[email protected]> | 2017-10-01 23:20:55 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2017-10-02 19:41:22 -0700 |
commit | 74b5568978968f580b9809135198db1015bc55b7 (patch) | |
tree | 87b5ea4370812aa1f583dca52b15abcdf6f3e517 /Android.common.mk | |
parent | 8d02abd0feaaef28a35d89903bd534a7f27c38d7 (diff) |
build: Remove HAVE_DLOPEN
Reviewed-by: Nicolai Hähnle <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'Android.common.mk')
-rw-r--r-- | Android.common.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.common.mk b/Android.common.mk index 4d5daf8e9dd..483f6c5be2e 100644 --- a/Android.common.mk +++ b/Android.common.mk @@ -64,7 +64,6 @@ LOCAL_CFLAGS += \ -DHAVE___BUILTIN_UNREACHABLE \ -DHAVE_PTHREAD=1 \ -DHAVE_DLADDR \ - -DHAVE_DLOPEN \ -DHAVE_DL_ITERATE_PHDR \ -DMAJOR_IN_SYSMACROS \ -fvisibility=hidden \ |