summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk9
1 files changed, 1 insertions, 8 deletions
diff --git a/Android.mk b/Android.mk
index 03eb915..22ee30c 100644
--- a/Android.mk
+++ b/Android.mk
@@ -20,15 +20,8 @@ $(SYMLINKS):
@rm -rf $@
$(hide) ln -sf ../xbin/su $@
-# make sure init.superuser.rc is imported from
-# init.rc or similar
-
-SUPERUSER_RC := $(TARGET_ROOT_OUT)/init.superuser.rc
-$(SUPERUSER_RC): $(LOCAL_PATH)/init.superuser.rc | $(ACP)
- $(copy-file-to-new-target)
-
# We need this so that the installed files could be picked up based on the
# local module name
ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \
- $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(SYMLINKS) $(SUPERUSER_RC)
+ $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(SYMLINKS)