6ff55cefd0
Change-Id: I418680e59372160dabfe3e2d5f0208229aa151ae
12 lines
220 B
Makefile
12 lines
220 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
ifneq ($(TARGET_SIMULATOR),true)
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_MODULE := libcrypt_samsung
|
|
LOCAL_SRC_FILES := $(LOCAL_MODULE).c
|
|
LOCAL_MODULE_TAGS := eng
|
|
include $(BUILD_STATIC_LIBRARY)
|
|
|
|
endif
|