Merge "linker: Switch to clang"
This commit is contained in:
commit
a5ad727e76
1 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@ LOCAL_PATH := $(call my-dir)
|
|||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_CLANG := true
|
||||
|
||||
LOCAL_SRC_FILES := \
|
||||
debugger.cpp \
|
||||
dlfcn.cpp \
|
||||
|
|
Loading…
Reference in a new issue