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

Commit eb8ac25f authored by Hui Shu's avatar Hui Shu
Browse files

DO NOT MERGE: Revert "Update makefile for clang host build."

This CL is somehow merged to lmp-dev and breaking Mac builds.

This reverts commit 132ed0f2.

Change-Id: I5a3472c0e2924db5c605340d7abdd407b956dcc2
parent cf49a24e
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 -Wno-mismatched-tags
LOCAL_CFLAGS := -Wall -Werror

#LOCAL_C_INCLUDES +=

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

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