summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2015-01-22 16:58:18 -0800
committerAdam Langley <agl@google.com>2015-01-22 16:58:18 -0800
commit33887595807b34fb88979dfc0531e94fbf4cd0ac (patch)
tree707dc05c7e65039dcc92ee89bc1f9548a6415286
parentcb48683a053772b8586adebcfccdc743e500c702 (diff)
downloadppp-33887595807b34fb88979dfc0531e94fbf4cd0ac.tar.gz
Remove superfluous OpenSSL include paths.
The libcrypto and libssl modules (and their respective static and host versions) use LOCAL_EXPORT_C_INCLUDE_DIRS thus just including the module is sufficient. Change-Id: Ia45a9ff12e903c0f0fb149c7231f8840e49b7cab
-rw-r--r--pppd/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/pppd/Android.mk b/pppd/Android.mk
index 0357182..88cfe35 100644
--- a/pppd/Android.mk
+++ b/pppd/Android.mk
@@ -36,7 +36,7 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/include
-LOCAL_CFLAGS := -DCHAPMS=1 -DMPPE=1 -DINET6=1 -DUSE_OPENSSL=1 -Iexternal/openssl/include -Wno-unused-parameter -Wno-empty-body -Wno-missing-field-initializers -Wno-attributes -Wno-sign-compare -Wno-pointer-sign -Werror
+LOCAL_CFLAGS := -DCHAPMS=1 -DMPPE=1 -DINET6=1 -DUSE_OPENSSL=1 -Wno-unused-parameter -Wno-empty-body -Wno-missing-field-initializers -Wno-attributes -Wno-sign-compare -Wno-pointer-sign -Werror
# Turn off warnings for now until this is fixed upstream. b/18632512
LOCAL_CFLAGS += -Wno-unused-variable