mirror of
https://github.com/mstorsjo/fdk-aac.git
synced 2025-06-05 22:39:13 +02:00
Merge "Enable cfi for aac"
This commit is contained in:
10
Android.bp
10
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: [
|
||||
|
Reference in New Issue
Block a user