summaryrefslogtreecommitdiffstats
path: root/edify/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-10-03 23:49:32 +0200
committerTao Bao <tbao@google.com>2017-10-03 23:55:23 +0200
commit6e4a9ae51acca00134d7771b53571b4d6bc185b3 (patch)
treef0fcc6df8a873bbf33431aae67cc9e4c5f9a5738 /edify/Android.mk
parentMerge "roots: Fix an issue with volume_for_path()." (diff)
downloadandroid_bootable_recovery-6e4a9ae51acca00134d7771b53571b4d6bc185b3.tar
android_bootable_recovery-6e4a9ae51acca00134d7771b53571b4d6bc185b3.tar.gz
android_bootable_recovery-6e4a9ae51acca00134d7771b53571b4d6bc185b3.tar.bz2
android_bootable_recovery-6e4a9ae51acca00134d7771b53571b4d6bc185b3.tar.lz
android_bootable_recovery-6e4a9ae51acca00134d7771b53571b4d6bc185b3.tar.xz
android_bootable_recovery-6e4a9ae51acca00134d7771b53571b4d6bc185b3.tar.zst
android_bootable_recovery-6e4a9ae51acca00134d7771b53571b4d6bc185b3.zip
Diffstat (limited to '')
-rw-r--r--edify/Android.mk20
1 files changed, 0 insertions, 20 deletions
diff --git a/edify/Android.mk b/edify/Android.mk
index baf4dd21d..cec65f42a 100644
--- a/edify/Android.mk
+++ b/edify/Android.mk
@@ -20,26 +20,6 @@ edify_src_files := \
expr.cpp
#
-# Build the host-side command line tool (host executable)
-#
-include $(CLEAR_VARS)
-
-LOCAL_SRC_FILES := \
- $(edify_src_files) \
- edify_parser.cpp
-
-LOCAL_CFLAGS := -Wall -Werror
-LOCAL_CPPFLAGS := -g -O0
-LOCAL_MODULE := edify_parser
-LOCAL_YACCFLAGS := -v
-LOCAL_CPPFLAGS += -Wno-unused-parameter
-LOCAL_CPPFLAGS += -Wno-deprecated-register
-LOCAL_C_INCLUDES += $(LOCAL_PATH)/..
-LOCAL_STATIC_LIBRARIES += libbase
-
-include $(BUILD_HOST_EXECUTABLE)
-
-#
# Build the device-side library (static library)
#
include $(CLEAR_VARS)