Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Merge "Remove LOCAL_CLANG" am: b87f884 am: c541d3f
Browse files Browse the repository at this point in the history
am: 3223af6

Change-Id: I4db4e7386e956a399f7dd9ffc1883a33ff106a4f
  • Loading branch information
freak97 authored and android-build-merger committed Jul 26, 2017
2 parents fcd1725 + 3223af6 commit f3f27ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Android.mk
Expand Up @@ -68,7 +68,6 @@ clang_cflags := -Wno-dangling-else -Wno-logical-op-parentheses -Wno-sometimes-un
include $(CLEAR_VARS)
LOCAL_CFLAGS := $(cflags)
LOCAL_CLANG_CFLAGS := $(clang_cflags)
LOCAL_CLANG := true
LOCAL_MODULE := libfdlibm
LOCAL_SRC_FILES:= $(src_files)
include $(BUILD_STATIC_LIBRARY)
Expand All @@ -81,7 +80,6 @@ include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)
LOCAL_CFLAGS := $(cflags)
LOCAL_CLANG_CFLAGS := $(clang_cflags)
LOCAL_CLANG := true
LOCAL_MODULE := libfdlibm
LOCAL_MULTILIB := both
LOCAL_SRC_FILES:= $(src_files)
Expand Down

0 comments on commit f3f27ec

Please sign in to comment.