Skip to content

Commit

Permalink
Disable build of extras/su since we have a standalone version
Browse files Browse the repository at this point in the history
Change-Id: Ie84596bedeced653eeea8109c52da9bcec924a44
  • Loading branch information
hyperb1iss authored and Mioze7Ae committed Jan 25, 2012
1 parent 47e7c4c commit a177455
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion su/Android.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)

LOCAL_MODULE := su
LOCAL_MODULE := su-old
LOCAL_SRC_FILES := su.c activity.cpp
LOCAL_MODULE_TAGS := optional


LOCAL_C_INCLUDES += external/sqlite/dist
Expand Down

0 comments on commit a177455

Please sign in to comment.