aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin DuBois <kevindubois@google.com>2020-11-25 10:20:26 -0800
committerKevin DuBois <kevindubois@google.com>2020-11-25 10:20:26 -0800
commit23ebc73a56737eca6fcccd7981f4c405cff60983 (patch)
tree92558b3a3fe5d2a87d77d2da772d6beba9b7611e
parentb65c5eff424a7bcffef5d7f5d6c699cb107a706a (diff)
downloadComputeLibrary-23ebc73a56737eca6fcccd7981f4c405cff60983.tar.gz
ComputeLib: use fno-addrsig
Compiling android-nn-driver was having issues with this pseudoop, so avoid emitting it. Test: build Change-Id: I3105f6d293f11f4d79247f7ed3b13afb6de9da92
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 6ef2b1714..671dac895 100644
--- a/Android.bp
+++ b/Android.bp
@@ -25,6 +25,7 @@ arm_compute_library_defaults {
cppflags: [
"-std=c++14",
"-fexceptions",
+ "-fno-addrsig",
"-DBOOST_NO_AUTO_PTR",
"-DEMBEDDED_KERNELS",
"-DARM_COMPUTE_ASSERTS_ENABLED",