OSDN Git Service

su: disable the legacy su binary
[android-x86/system-extras.git] / su / Android.mk
index 0593cc9..50c94d1 100644 (file)
@@ -1,3 +1,4 @@
+ifneq ($(SUPERUSER_EMBEDDED),true)
 LOCAL_PATH:= $(call my-dir)
 include $(CLEAR_VARS)
 
@@ -13,3 +14,4 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
 LOCAL_MODULE_TAGS := debug
 
 include $(BUILD_EXECUTABLE)
+endif