Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 638a2b2d authored by Tim Murray's avatar Tim Murray Committed by Android Git Automerger
Browse files

am 8224edb9: Merge "Update makefile for clang host build."

* commit '8224edb9':
  Update makefile for clang host build.
parents 88fbb5f4 8224edb9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
	Main.cpp

LOCAL_CFLAGS := -Wall -Werror
LOCAL_CFLAGS := -Wall -Werror -Wno-mismatched-tags

#LOCAL_C_INCLUDES +=

@@ -36,7 +36,7 @@ include $(CLEAR_VARS)

LOCAL_MODULE := pbkdf2gen
LOCAL_MODULE_TAGS := optional
LOCAL_CFLAGS := -Wall -Werror
LOCAL_CFLAGS := -Wall -Werror -Wno-mismatched-tags
LOCAL_SRC_FILES := pbkdf2gen.cpp
LOCAL_LDLIBS += -ldl
LOCAL_C_INCLUDES := external/openssl/include $(LOCAL_C_INCLUDES)