summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-11-07 12:30:02 -0800
committerStephen Hines <srhines@google.com>2014-11-07 12:30:02 -0800
commit4b898868bc717b036629ba7a1ac700cc92945e79 (patch)
tree597664854091f391a01f6ca73794748517cb0eb9 /Android.mk
parent9f91aeb8cdf34595baaa4cba32ca14630ab43457 (diff)
downloadrs-4b898868bc717b036629ba7a1ac700cc92945e79.tar.gz
Switch rsg-generator to use no STL, since it is pure C.
We should really fix rsg-generator to install itself, and then be invoked from a location with access to libc++.so, but this fixes things for the time being. Change-Id: Icbcd4e626e76f17cb32ca3631ef40172ee15910e
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 4d768392..cb3ef33b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -82,6 +82,8 @@ LOCAL_SRC_FILES:= \
spec.l \
rsg_generator.c
+LOCAL_CXX_STL := none
+
include $(BUILD_HOST_EXECUTABLE)
# TODO: This should go into build/core/config.mk