mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-13 07:58:04 -05:00
10 lines
220 B
Plaintext
10 lines
220 B
Plaintext
# File: Android.mk
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := ${ANDROID_MODULE_NAME}
|
|
LOCAL_SRC_FILES := ${APP_SOURCES}
|
|
LOCAL_C_INCLUDES := ${APP_INCLUDE_DIRS}
|
|
|
|
include $(BUILD_SHARED_LIBRARY) |