Fix build by removing libportable from the default build.
Easier than working out how to fix the fenv stuf...
(cherry picked from commit cbe970b82a)
Change-Id: I152f37498f72d2740150bf4ff3a9f53ceb36211e
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifeq ($(BUILD_LIBPORTABLE_TOO),true)
|
||||
|
||||
#=====================================================================
|
||||
# Device Shared Library libportable
|
||||
#=====================================================================
|
||||
@@ -42,3 +44,5 @@ LOCAL_WHOLE_STATIC_LIBRARIES += cpufeatures
|
||||
LOCAL_SHARED_LIBRARIES += liblog libdl
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
endif # BUILD_LIBPORTABLE_TOO
|
||||
|
||||
Reference in New Issue
Block a user