diff --git a/ndk/sources/android/libportable/Android.mk b/ndk/sources/android/libportable/Android.mk index 19501e89c..a32886a15 100644 --- a/ndk/sources/android/libportable/Android.mk +++ b/ndk/sources/android/libportable/Android.mk @@ -75,6 +75,8 @@ LOCAL_SRC_FILES := \ $(libportable_common_src_files) \ $(libportable_arch_src_files) +LOCAL_WHOLE_STATIC_LIBRARIES += cpufeatures + LOCAL_SHARED_LIBRARIES += liblog include $(BUILD_SHARED_LIBRARY)