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

Commit 06fce9db authored by Tim Murray's avatar Tim Murray
Browse files

Update makefiles for host clang.

bug 16172793

Change-Id: If7484c5dbcccce7d925bec97bff0a3e4c30e9434
parent bf300e1e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -73,6 +73,7 @@ endif
ifeq ($(build_type),host)
  # Only build if host builds are supported.
  ifeq ($(build_host),true)
    LOCAL_CFLAGS += -Wno-extern-c-compat
    ifneq ($($(module)_libc++),)
      include external/libcxx/libcxx.mk
    endif
+2 −1
Original line number Diff line number Diff line
@@ -63,7 +63,8 @@ LOCAL_CPP_EXTENSION := .cc
LOCAL_CFLAGS += \
    -DGTEST_OS_LINUX \
    -DGTEST_HAS_STD_STRING \
    -Werror
    -Werror \
    -Wno-unnamed-type-template-args
LOCAL_SRC_FILES := zip_archive_test.cc
LOCAL_STATIC_LIBRARIES := libziparchive-host \
	libz \