summaryrefslogtreecommitdiffstats
path: root/build/Android.libcxx.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build/Android.libcxx.mk')
-rw-r--r--build/Android.libcxx.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/Android.libcxx.mk b/build/Android.libcxx.mk
index 3dd1eb7..f84e957 100644
--- a/build/Android.libcxx.mk
+++ b/build/Android.libcxx.mk
@@ -14,7 +14,10 @@
# limitations under the License.
#
+LOCAL_ADDITIONAL_DEPENDENCIES += art/build/Android.libcxx.mk
+
ifneq ($(LOCAL_IS_HOST_MODULE),true)
include external/stlport/libstlport.mk
+ LOCAL_CFLAGS += -DART_WITH_STLPORT=1
# include external/libcxx/libcxx.mk
endif