compat: libc: Specific naming of libc shim library
* The shim is only used for converting timespecs, rename the shim lib to suggest such. * Build it with Clang since it doesn't break anything. Change-Id: I8cfed10b73655f9aa1f4780dffc5106347441c3e
This commit is contained in:
parent
33327b651f
commit
53e071b8d3
1 changed files with 1 additions and 2 deletions
|
@ -20,9 +20,8 @@ LOCAL_SRC_FILES := \
|
|||
bionic/bionic_time_conversions.cpp \
|
||||
bionic/pthread_cond.cpp
|
||||
LOCAL_SHARED_LIBRARIES := libc
|
||||
LOCAL_MODULE := libshim_c
|
||||
LOCAL_MODULE := libshim_pthreadts
|
||||
LOCAL_VENDOR_MODULE := true
|
||||
LOCAL_CLANG := false
|
||||
LOCAL_CXX_STL := none
|
||||
LOCAL_SANITIZE := never
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
|
Loading…
Reference in a new issue