mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
15 lines
283 B
Makefile
15 lines
283 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := Wasabi
|
|
LOCAL_C_INCLUDES := $(ROOT_REPLICANT)
|
|
|
|
LOCAL_SRC_FILES := api.cpp ServiceManager.cpp SysCallbacks.cpp
|
|
|
|
|
|
LOCAL_STATIC_LIBRARIES := nu foundation
|
|
LOCAL_SHARED_LIBRARIES := nx
|
|
|
|
include $(BUILD_STATIC_LIBRARY)
|
|
|
|
|