Skip to content

Instantly share code, notes, and snippets.

@chirayudesai
Created June 11, 2013 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chirayudesai/5fb848f0b22a12990613 to your computer and use it in GitHub Desktop.
Save chirayudesai/5fb848f0b22a12990613 to your computer and use it in GitHub Desktop.
From 4ae554a19c02a5df375fb0016ca9e27384b65d03 Mon Sep 17 00:00:00 2001
From: Chirayu Desai <cdesai@cyanogenmod.org>
Date: Tue, 11 Jun 2013 19:34:49 +0530
Subject: [PATCH] do not build su.recovery
Signed-off-by: Chirayu Desai <cdesai@cyanogenmod.org>
---
Android.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Android.mk b/Android.mk
index 2cdf3ac..88f9f4e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -177,5 +177,5 @@ include $(commands_recovery_local_path)/edify/Android.mk
include $(commands_recovery_local_path)/updater/Android.mk
include $(commands_recovery_local_path)/applypatch/Android.mk
include $(commands_recovery_local_path)/utilities/Android.mk
-include $(commands_recovery_local_path)/su/Android.mk
+#include $(commands_recovery_local_path)/su/Android.mk
commands_recovery_local_path :=
--
1.8.3.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment