am a5ad727e: Merge "linker: Switch to clang"
* commit 'a5ad727e7619f4497792d67ae05b8ef15315b362': linker: Switch to clang
This commit is contained in:
commit
5a805d919c
|
@ -2,7 +2,9 @@ LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
|
||||||
LOCAL_SRC_FILES:= \
|
LOCAL_CLANG := true
|
||||||
|
|
||||||
|
LOCAL_SRC_FILES := \
|
||||||
debugger.cpp \
|
debugger.cpp \
|
||||||
dlfcn.cpp \
|
dlfcn.cpp \
|
||||||
linker.cpp \
|
linker.cpp \
|
||||||
|
|
Loading…
Reference in New Issue