aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-10-15 21:59:13 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-15 21:59:13 -0700
commit4082afcd6e357807f13c2b466eca3b889064d94e (patch)
treec4782abbf2fabe4547c6042776b91be8bb05568c
parent56ece2945f0853de23927d66cab8860017cba775 (diff)
parent81fa64c0d8de81386749f0ddeea9e788a483d2e8 (diff)
downloadarm-optimized-routines-4082afcd6e357807f13c2b466eca3b889064d94e.tar.gz
Add math/include/ directory to include path. am: 3f8853674f
am: 81fa64c0d8 Change-Id: I937151b7af3749c82c7cf0bf686a79da2a462d91
-rwxr-xr-xAndroid.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 0eeff07..69ba547 100755
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,7 @@ cc_library {
"-DFLT_EVAL_METHOD=0",
"-ffp-contract=fast",
],
+ local_include_dirs: ["math/include"],
srcs: [
"math/*.c",
],