From 51a0e82eb29a6dfc79f93479883383fbdbf8bcc2 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Wed, 5 Sep 2012 15:24:24 -0400 Subject: TWRP-ify AOSP code Pull in most TWRP sources Stub out partition management code Make it compile -- probably will not boot Kind of a mess but have to start somewhere --- libcrecovery/Android.mk | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libcrecovery/Android.mk (limited to 'libcrecovery/Android.mk') diff --git a/libcrecovery/Android.mk b/libcrecovery/Android.mk new file mode 100644 index 000000000..3d28d970d --- /dev/null +++ b/libcrecovery/Android.mk @@ -0,0 +1,13 @@ +LOCAL_PATH := $(call my-dir) + +ifneq ($(TARGET_SIMULATOR),true) +ifeq ($(TARGET_ARCH),arm) + +include $(CLEAR_VARS) +LOCAL_SRC_FILES := system.c popen.c +LOCAL_MODULE := libcrecovery +LOCAL_MODULE_TAGS := eng +include $(BUILD_STATIC_LIBRARY) + +endif +endif -- cgit v1.2.3