Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wfd-commonsys
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test-restored
platform
vendor
qcom-opensource
wfd-commonsys
Commits
b97ea6c7
Commit
b97ea6c7
authored
5 years ago
by
Lubin Yin
Browse files
Options
Downloads
Patches
Plain Diff
libaac: enable integer overflow sanitization
Change-Id: I5a31467b1341dd7f5ddcc08b7f6edbf472df3da4
parent
3f623975
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libaac/Android.mk
+2
-0
2 additions, 0 deletions
libaac/Android.mk
with
2 additions
and
0 deletions
libaac/Android.mk
+
2
−
0
View file @
b97ea6c7
...
...
@@ -15,6 +15,7 @@ LOCAL_STATIC_LIBRARIES := libFraunhoferAAC
LOCAL_32_BIT_ONLY
:=
true
LOCAL_MODULE
:=
libwfdaac
LOCAL_SANITIZE
:=
integer_overflow
include
$(BUILD_SHARED_LIBRARY)
include
$(CLEAR_VARS)
...
...
@@ -37,4 +38,5 @@ LOCAL_VENDOR_MODULE := true
LOCAL_32_BIT_ONLY
:=
true
LOCAL_MODULE
:=
libwfdaac_vendor
LOCAL_SANITIZE
:=
integer_overflow
include
$(BUILD_SHARED_LIBRARY)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment