aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChirayu Desai <cdesai@cyanogenmod.org>2013-05-14 21:21:45 +0530
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-02-13 04:26:55 +0100
commit94c0f768f250032c3832eee493c3ce44696c2226 (patch)
tree43804e5e460f8747c3c5c6efe3ce2786c86105ec
parente847432411cb5e82995500779314583acf3f768b (diff)
downloadexternal_heimdall-94c0f768f250032c3832eee493c3ce44696c2226.tar.gz
external_heimdall-94c0f768f250032c3832eee493c3ce44696c2226.tar.bz2
external_heimdall-94c0f768f250032c3832eee493c3ce44696c2226.zip
remove misleading variable from Android.mk
* We can't build static host executables yet. Change-Id: I600611f2b512e74d24604ddfe053b4fc77d927df
-rw-r--r--heimdall/source/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/heimdall/source/Android.mk b/heimdall/source/Android.mk
index c566ce3..3722667 100644
--- a/heimdall/source/Android.mk
+++ b/heimdall/source/Android.mk
@@ -43,7 +43,6 @@ LOCAL_SRC_FILES := \
../../libpit/Source/libpit.cpp
LOCAL_SRC_FILES += $(LIBUSB_SRC_FILES)
-LOCAL_FORCE_STATIC_EXECUTABLE := true
LOCAL_C_INCLUDES := \
external/heimdall/libpit/Source \