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 132ed0f2b4.
Change-Id: I5a3472c0e2924db5c605340d7abdd407b956dcc2
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user