mirror of
https://github.com/CTCaer/CTCaer-TWRP.git
synced 2025-03-01 15:59:17 +00:00
12 lines
215 B
Makefile
12 lines
215 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
ifneq ($(TARGET_SIMULATOR),true)
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_SRC_FILES := system.c popen.c
|
|
LOCAL_MODULE := libcrecovery
|
|
LOCAL_MODULE_TAGS := eng
|
|
include $(BUILD_STATIC_LIBRARY)
|
|
|
|
endif
|