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:
Nich 2018-07-17 22:49:46 +08:00 committed by Jan Altensen (Stricted)
parent 33327b651f
commit 53e071b8d3

View file

@ -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