You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
298 B
8 lines
298 B
LOCAL_PATH := $(call my-dir)/../../../prebuilt/$(MY_BUILD_DIR)/cpu-features/lib
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_ARM_MODE := $(MY_ARM_MODE)
|
|
LOCAL_MODULE := cpu-features
|
|
LOCAL_SRC_FILES := libndk_compat.a
|
|
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/../include/ndk_compat
|
|
include $(PREBUILT_STATIC_LIBRARY)
|
|
|