mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-04 20:51:03 -05:00
7 lines
196 B
Makefile
7 lines
196 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_MODULE := nullsoft-cpufeatures
|
|
LOCAL_SRC_FILES := cpu-features.c
|
|
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)
|
|
include $(BUILD_STATIC_LIBRARY)
|