am c02f242d: am b6ca7474: Merge "Add a flag control that PRIVATE libm can be chosen"
* commit 'c02f242d330f11ccfd6322164ce1b16861416ff1': Add a flag control that PRIVATE libm can be chosen
This commit is contained in:
commit
d150eab4ed
@ -1,3 +1,4 @@
|
|||||||
|
ifneq ($(TARGET_USE_PRIVATE_LIBM),true)
|
||||||
LOCAL_PATH:= $(call my-dir)
|
LOCAL_PATH:= $(call my-dir)
|
||||||
|
|
||||||
# TODO: this comes from from upstream's libc, not libm, but it's an
|
# TODO: this comes from from upstream's libc, not libm, but it's an
|
||||||
@ -291,3 +292,4 @@ LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
|
|||||||
LOCAL_SYSTEM_SHARED_LIBRARIES := libc
|
LOCAL_SYSTEM_SHARED_LIBRARIES := libc
|
||||||
LOCAL_WHOLE_STATIC_LIBRARIES := libm
|
LOCAL_WHOLE_STATIC_LIBRARIES := libm
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user