aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCindy Zhou <zhouci@google.com>2021-01-08 17:47:26 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-01-08 17:47:26 +0000
commit5690f9c39f35ef9c910f9b2dd0ddfc9beabe2f4b (patch)
treea61a24a581ced17612f21faa11d4993755aa6d65
parent5d8224586cdab3e96647a2fa7243ec5110b2146a (diff)
parentc93fff6784ee70b8c78b7d29c1bc2f3893a56e78 (diff)
downloadfdk-aac-5690f9c39f35ef9c910f9b2dd0ddfc9beabe2f4b.tar.gz
fdk-aac-5690f9c39f35ef9c910f9b2dd0ddfc9beabe2f4b.tar.bz2
fdk-aac-5690f9c39f35ef9c910f9b2dd0ddfc9beabe2f4b.zip
Merge "Enable cfi for aac"
-rw-r--r--Android.bp10
1 files changed, 8 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 555223b..f40e05e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -32,8 +32,7 @@ cc_library_static {
"signed-integer-overflow",
"bounds",
],
- // Enable CFI if this becomes a shared library.
- // cfi: true,
+ cfi: true,
},
shared_libs: [
"liblog",
@@ -58,6 +57,13 @@ cc_library_static {
darwin: {
enabled: false,
},
+ android: {
+ sanitize: {
+ diag: {
+ cfi: true,
+ },
+ },
+ },
},
apex_available: [