summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIliyan Malchev <malchev@google.com>2012-04-05 13:47:48 -0700
committerIliyan Malchev <malchev@google.com>2012-04-05 17:53:33 -0700
commitf4190db208d376fc6dbf3cf2e3506d00eb27e24e (patch)
tree804030409b38a8d44ce120b68769c44047114e8e
parentbbed54b17d6ad57e7e9d79a04d7ece9f65fe633d (diff)
downloaddiskinstaller-f4190db208d376fc6dbf3cf2e3506d00eb27e24e.tar.gz
editdisklbl: remove stale include-file reference
libdiskconfig moved out to system/core a long time ago; it's header is now automatically available and does not need a LOCAL_C_INCLUDES in Android.mk. Change-Id: I8fb8b93155e63740f5b849ae903df36e0fcd8ab2 Signed-off-by: Iliyan Malchev <malchev@google.com>
-rw-r--r--editdisklbl/Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/editdisklbl/Android.mk b/editdisklbl/Android.mk
index 3bdddf4..76c1490 100644
--- a/editdisklbl/Android.mk
+++ b/editdisklbl/Android.mk
@@ -7,9 +7,6 @@ ifeq ($(TARGET_ARCH),x86)
LOCAL_SRC_FILES := \
editdisklbl.c
-LOCAL_C_INCLUDES := \
- $(LOCAL_PATH)/../libdiskconfig
-
LOCAL_CFLAGS := -O2 -g -W -Wall -Werror
LOCAL_MODULE := editdisklbl