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 am: 3223af6
Browse files Browse the repository at this point in the history
am: f3f27ec

Change-Id: I669b3c3ab5ce1eb1c0d2504c07f0b3c1c8fdec89
  • Loading branch information
freak97 authored and android-build-merger committed Jul 26, 2017
2 parents fcd1725 + f3f27ec commit a1f7bc4
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 a1f7bc4

Please sign in to comment.