Merge "linker: Switch to clang"

This commit is contained in:
Dimitry Ivanov 2015-10-13 01:34:59 +00:00 committed by Gerrit Code Review
commit a5ad727e76

View file

@ -2,7 +2,9 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
LOCAL_CLANG := true
LOCAL_SRC_FILES := \
debugger.cpp \
dlfcn.cpp \
linker.cpp \