Enabling CLANG compilation
Removing LOCAL_CLANG := false from makefiles. Couple of instances got added back as part of LE merge. Change-Id: I7d18d573c1d12597914124e35cb024df3343f0db CRs-Fixed: 1021759
This commit is contained in:
parent
e090bfde99
commit
059605367a
2 changed files with 1 additions and 3 deletions
|
@ -47,7 +47,6 @@ LOCAL_COPY_HEADERS:= \
|
||||||
../include/platform_lib_time.h
|
../include/platform_lib_time.h
|
||||||
|
|
||||||
LOCAL_MODULE := libloc_pla
|
LOCAL_MODULE := libloc_pla
|
||||||
LOCAL_CLANG := false
|
|
||||||
|
|
||||||
LOCAL_MODULE_TAGS := optional
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,6 @@ LOCAL_COPY_HEADERS:= \
|
||||||
../include/loc_stub_time.h
|
../include/loc_stub_time.h
|
||||||
|
|
||||||
LOCAL_MODULE := libloc_stub
|
LOCAL_MODULE := libloc_stub
|
||||||
LOCAL_CLANG := false
|
|
||||||
|
|
||||||
LOCAL_MODULE_TAGS := optional
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue