summaryrefslogtreecommitdiffstats
path: root/edify/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-10-04 17:59:04 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-10-04 17:59:04 +0200
commitdfbe70b79db07e61696c65e2fbd12cb602d0e72a (patch)
treea37acc9b3b0285a2f2cc458e5724494da69a4261 /edify/Android.mk
parentMerge "otautil: Export headers." (diff)
parentMerge "edify: Remove edify_parser." (diff)
downloadandroid_bootable_recovery-dfbe70b79db07e61696c65e2fbd12cb602d0e72a.tar
android_bootable_recovery-dfbe70b79db07e61696c65e2fbd12cb602d0e72a.tar.gz
android_bootable_recovery-dfbe70b79db07e61696c65e2fbd12cb602d0e72a.tar.bz2
android_bootable_recovery-dfbe70b79db07e61696c65e2fbd12cb602d0e72a.tar.lz
android_bootable_recovery-dfbe70b79db07e61696c65e2fbd12cb602d0e72a.tar.xz
android_bootable_recovery-dfbe70b79db07e61696c65e2fbd12cb602d0e72a.tar.zst
android_bootable_recovery-dfbe70b79db07e61696c65e2fbd12cb602d0e72a.zip
Diffstat (limited to 'edify/Android.mk')
-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)