From 7e67e50df6a84cf06ff9e5a56f90801df9ddb0b9 Mon Sep 17 00:00:00 2001 From: Snuzzo Date: Mon, 18 Nov 2013 16:56:33 -0500 Subject: [PATCH 1/2] Fix build copy errors of busybox extended scripting. --- Android.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Android.mk b/Android.mk index aaea4c6..87eca13 100644 --- a/Android.mk +++ b/Android.mk @@ -10,4 +10,6 @@ LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX) LOCAL_CERTIFICATE := PRESIGNED include $(BUILD_PREBUILT) +$(shell mkdir -p $(OUT)/system) +$(shell mkdir -p $(OUT)/system/bin) $(shell cp -rf $(LOCAL_PATH)/prebuilt/* $(OUT)/system/bin/) From 02bcc3c364b8242e81d1c5cea63182de24dc3657 Mon Sep 17 00:00:00 2001 From: Shaun Nuzzo Date: Fri, 22 Nov 2013 09:38:12 -0500 Subject: [PATCH 2/2] Update README --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 08c0825..9f725c3 100644 --- a/README +++ b/README @@ -1,3 +1,5 @@ Prebuilt app tree for LunarTools Add LunarTools to your product packages after syncing/cloning and it will automatically include it along into your build. + +Do not use this if you brunch with other devices! It will pull the scripts for the Rezound. Also the app only works on 4.3 roms and below.