commit | cd5ed19e85c8de365ba7ac081525f0d51267b371 | [log] [tgz] |
---|---|---|
author | Bertrand SIMONNET <bsimonnet@google.com> | Thu Jul 16 15:32:00 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jul 16 15:32:00 2015 +0000 |
tree | 2b79a9ef6ebb74526bc1a87338c30a9fe5be8921 | |
parent | 21c3897f6d90f71beb250e570fb06d24db6bac94 [diff] | |
parent | 047a4e3d17df58eae021694ef90dd4bf2d80c043 [diff] |
Merge "Add makefile to build in Chromium os."
diff --git a/Android.mk b/Android.mk index 9892c72..689a98c 100644 --- a/Android.mk +++ b/Android.mk
@@ -19,4 +19,5 @@ LOCAL_SRC_FILES := modp_b64.cc LOCAL_CPP_EXTENSION := .cc LOCAL_CFLAGS := -Wall -Werror +LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH) include $(BUILD_STATIC_LIBRARY)